sw/source/filter/ww8/ww8par3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fa655c0038ad6f9d4e26b78e5438953615e9bdb7 Author: Miklos Vajna <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
