diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-05-02 17:14:11 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-05-02 17:14:38 +0200 |
commit | 4240ae68b82a8fb4db35e1c9176a64c63ec69f31 (patch) | |
tree | f26c30760c1aa0b3e19d9468d2553d124167c5f1 /svx/util | |
parent | e784a2c0ef09c96711bca285c7700e6c398d3f62 (diff) |
fdo#32872: Fixed components names reintroduced with .component files
Diffstat (limited to 'svx/util')
-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> |