[Libreoffice-commits] .: Branch 'libreoffice-3-4' - svx/util

Michael Meeks michael at kemper.freedesktop.org
Tue May 3 03:44:49 PDT 2011


 svx/util/svxcore.component |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

New commits:
commit 39396b3ad44ebfac3c59eae528949ed9ef6bc547
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Mon May 2 17:14:11 2011 +0200

    fdo#32872: Fixed components names reintroduced with .component files

diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component
index 2f829cb..d266e06 100755
--- a/svx/util/svxcore.component
+++ b/svx/util/svxcore.component
@@ -25,9 +25,7 @@
 * for a copy of the LGPLv3 License.
 *
 **********************************************************************-->
-
-<component loader="com.sun.star.loader.SharedLibrary"
-    xmlns="http://openoffice.org/2010/uno-components">
+<component xmlns="http://openoffice.org/2010/uno-components" loader="com.sun.star.loader.SharedLibrary">
   <implementation name="com.sun.star.comp.svx.ExtrusionDepthController">
     <service name="com.sun.star.frame.PopupMenuController"/>
   </implementation>
@@ -40,10 +38,10 @@
   <implementation name="com.sun.star.comp.svx.ExtrusionSurfaceController">
     <service name="com.sun.star.frame.ToolbarController"/>
   </implementation>
-  <implementation name="com.sun.star.comp.svx.FontWorkAlignmentController">
+  <implementation name="com.sun.star.comp.svx.FontworkAlignmentController">
     <service name="com.sun.star.frame.ToolbarController"/>
   </implementation>
-  <implementation name="com.sun.star.comp.svx.FontWorkCharacterSpacingController">
+  <implementation name="com.sun.star.comp.svx.FontworkCharacterSpacingController">
     <service name="com.sun.star.frame.ToolbarController"/>
   </implementation>
 </component>


More information about the Libreoffice-commits mailing list