diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-04 10:42:47 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-04 10:43:40 +0100 |
commit | 4a84176c89b66982f7a5556e02a5a38e74b5f355 (patch) | |
tree | c1fd0b878fa0660daeb0e04ad27d37eb334feef9 /svx/source/tbxctrls/fontworkgallery.cxx | |
parent | 64ffacdf3e269d55ede364f7847df0c56d68fc8e (diff) |
fdo#32872: Implementation names weren't matching with xcu.
Diffstat (limited to 'svx/source/tbxctrls/fontworkgallery.cxx')
-rw-r--r-- | svx/source/tbxctrls/fontworkgallery.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx index 5a107c55cdd2..2fadca3e8810 100644 --- a/svx/source/tbxctrls/fontworkgallery.cxx +++ b/svx/source/tbxctrls/fontworkgallery.cxx @@ -506,7 +506,7 @@ FontWorkAlignmentControl::FontWorkAlignmentControl( const Reference< lang::XMult OUString SAL_CALL FontWorkAlignmentControl_getImplementationName() { - return OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svx.FontWorkAlignmentController" )); + return OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svx.FontworkAlignmentController" )); } // -------------------------------------------------------------------- @@ -744,7 +744,7 @@ FontWorkCharacterSpacingControl::FontWorkCharacterSpacingControl( const Referenc OUString SAL_CALL FontWorkCharacterSpacingControl_getImplementationName() { - return OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svx.FontWorkCharacterSpacingController" )); + return OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svx.FontworkCharacterSpacingController" )); } // -------------------------------------------------------------------- |