summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index ed3c9691ec54..0821e94b03a9 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;