diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-05-02 17:14:11 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-05-03 11:43:36 +0100 |
commit | 2f0a403e697ea5bedcfd4abaaf1d4b15135102d9 (patch) | |
tree | 06751d167f92c3cedd512ca6ef28d15295ef40be /svx | |
parent | 81eae5fe34c6db717998db510c86a15b12470ae9 (diff) |
fdo#32872: Fixed components names reintroduced with .component files
Diffstat (limited to 'svx')
-rwxr-xr-x | svx/util/svxcore.component | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component index 2f829cb52a77..d266e06188c1 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> |