[Libreoffice-commits] .: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 18 01:15:45 PST 2012
sw/source/filter/ww8/ww8par3.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fa655c0038ad6f9d4e26b78e5438953615e9bdb7
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Tue Dec 18 10:15:22 2012 +0100
SwMSConvertControls::InsertControl: typo
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index ed3c969..0821e94 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -2510,7 +2510,7 @@ sal_Bool SwMSConvertControls::InsertControl(
return sal_False;
uno::Reference< uno::XInterface > xCreate = rServiceFactory->createInstance(
- "com.sun.star.drawing.ControlShape"));
+ "com.sun.star.drawing.ControlShape");
if( !xCreate.is() )
return sal_False;
More information about the Libreoffice-commits
mailing list