forked from amazingfate/loongoffice
After de-extension-alization of Presentation Minimizer, it is important that its UNO implementation names are different from the ones used by the extension (in case the extension ever is installed as shared or per-user). For com.sun.star.comp.PPPOptimizer it appears to be easiest to not advertise this as a service at all, but rather instantiate the object directly where used. (For com.sun.star.comp.PresentationMinimizerImp the necessary renaming had been done in the previous commit already.) Change-Id: I954b715f2d434cecf9abd2776b39c4ed3152c5ec
17 lines
613 B
XML
17 lines
613 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
-->
|
|
<component xmlns="http://openoffice.org/2010/uno-components"
|
|
loader="com.sun.star.loader.SharedLibrary"
|
|
prefix="pptminimizer">
|
|
<implementation name="com.sun.star.comp.PresentationMinimizerImp">
|
|
<service name="com.sun.star.comp.PresentationMinimizer"/>
|
|
</implementation>
|
|
</component>
|