summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/bastyp/helper.cxx6
-rw-r--r--sfx2/source/doc/docfile.cxx6
-rw-r--r--ucb/workben/ucb/ucbdemo.cxx8
-rw-r--r--uui/util/uui.xml2
4 files changed, 11 insertions, 11 deletions
diff --git a/sfx2/source/bastyp/helper.cxx b/sfx2/source/bastyp/helper.cxx
index 1bfe7e834fc9..f4feaff58fd3 100644
--- a/sfx2/source/bastyp/helper.cxx
+++ b/sfx2/source/bastyp/helper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helper.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: pb $ $Date: 2001-04-23 06:32:11 $
+ * last change: $Author: sb $ $Date: 2001-05-03 08:48:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -426,7 +426,7 @@ Sequence < OUString > SfxContentHelper::GetFolderContentProperties( const String
#if SUPD>521
Reference< XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory();
Reference< XInteractionHandler > xInteractionHandler = Reference< XInteractionHandler > (
- xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uui.InteractionHandler") ) ), UNO_QUERY );
+ xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.task.InteractionHandler") ) ), UNO_QUERY );
Content aCnt( aFolderObj.GetMainURL(), new ::ucb::CommandEnvironment( xInteractionHandler, Reference< XProgressHandler >() ) );
#else
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index e7fee5f1a0f5..3760d0421b84 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfile.cxx,v $
*
- * $Revision: 1.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: mba $ $Date: 2001-04-09 16:50:39 $
+ * last change: $Author: sb $ $Date: 2001-05-03 08:45:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -997,7 +997,7 @@ sal_Bool SfxMedium::TryStorage()
com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory();
com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > xInteractionHandler(
- xFactory->createInstance( DEFINE_CONST_UNICODE("com.sun.star.uui.InteractionHandler") ), UNO_QUERY );
+ xFactory->createInstance( DEFINE_CONST_UNICODE("com.sun.star.task.InteractionHandler") ), UNO_QUERY );
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgs(1);
aArgs.getArray()[0].Name = DEFINE_CONST_UNICODE( "InteractionHandler" );
diff --git a/ucb/workben/ucb/ucbdemo.cxx b/ucb/workben/ucb/ucbdemo.cxx
index f31ca90b0a2c..878f59fb03f6 100644
--- a/ucb/workben/ucb/ucbdemo.cxx
+++ b/ucb/workben/ucb/ucbdemo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbdemo.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kso $ $Date: 2001-02-12 13:19:34 $
+ * last change: $Author: sb $ $Date: 2001-05-03 08:49:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -864,7 +864,7 @@ Any UcbCommandProcessor::executeCommand( const OUString& rName,
m_rUCB.getServiceFactory()->
createInstance(
OUString::createFromAscii(
- "com.sun.star.uui.InteractionHandler")),
+ "com.sun.star.task.InteractionHandler")),
UNO_QUERY);
Reference< XProgressHandler >
xProgressHandler(new ProgressHandler(m_rUCB));
@@ -1535,7 +1535,7 @@ void UcbContent::transfer( const OUString& rSourceURL, sal_Bool bMove )
m_rUCB.getServiceFactory()->
createInstance(
OUString::createFromAscii(
- "com.sun.star.uui.InteractionHandler")),
+ "com.sun.star.task.InteractionHandler")),
UNO_QUERY);
Reference< XProgressHandler > xProgressHandler(
new ProgressHandler(m_rUCB));
diff --git a/uui/util/uui.xml b/uui/util/uui.xml
index a61df7583e0c..94d8e8502489 100644
--- a/uui/util/uui.xml
+++ b/uui/util/uui.xml
@@ -25,7 +25,7 @@
</language>
<status value="final"/>
<supported-service>
- com.sun.star.uui.InteractionHandler
+ com.sun.star.task.InteractionHandler
</supported-service>
<type> com.sun.star.connection.XConnection </type>