summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 10:31:27 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 10:31:27 +0000
commit85c0a90eebdeb2d5125211177053ee45839f22bc (patch)
tree036579356c8b4832efce554b95036aff31dbd4ca
parent5d912098afd6fa4e7aa35feabf454f0e5058de3b (diff)
INTEGRATION: CWS mav17 (1.5.100); FILE MERGED
2005/02/24 14:33:02 mav 1.5.100.1: #i41699# change of the service name
-rw-r--r--svx/source/dialog/insdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/insdlg.cxx b/svx/source/dialog/insdlg.cxx
index 94404377bacb..3aab069fd502 100644
--- a/svx/source/dialog/insdlg.cxx
+++ b/svx/source/dialog/insdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: insdlg.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 09:14:10 $
+ * last change: $Author: obo $ $Date: 2005-03-15 11:31:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -314,7 +314,7 @@ short SvInsertOleDlg::Execute()
{
uno::Reference < embed::XInsertObjectDialog > xDialogCreator(
::comphelper::getProcessServiceFactory()->createInstance(
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.embed.MSOLEDialogObjectCreator")) ),
+ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.embed.MSOLEObjectSystemCreator")) ),
uno::UNO_QUERY );
if ( xDialogCreator.is() )