[Libreoffice-commits] .: Branch 'libreoffice-3-3' - svx/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Feb 4 02:26:20 PST 2011
svx/source/tbxctrls/fontworkgallery.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b65fa5f769aea6673ea41fdc329df2fd00fb06e8
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Fri Feb 4 10:42:47 2011 +0100
fdo#32872: Implementation names weren't matching with xcu.
Signed-off-by: Jan Holesovsky <kendy at suse.cz>
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx
index 199626d..61c0583 100644
--- a/svx/source/tbxctrls/fontworkgallery.cxx
+++ b/svx/source/tbxctrls/fontworkgallery.cxx
@@ -520,7 +520,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" ));
}
// --------------------------------------------------------------------
@@ -758,7 +758,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" ));
}
// --------------------------------------------------------------------
More information about the Libreoffice-commits
mailing list