summaryrefslogtreecommitdiff
path: root/ucb/workben
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-05-03 07:49:33 +0000
committerStephan Bergmann <sb@openoffice.org>2001-05-03 07:49:33 +0000
commit0aa58933959a7086773cee08b526266ecdc92afc (patch)
treea168cbdab5465385d95933e0c1dd8dc8e5fa05b9 /ucb/workben
parent701064939f41d3d516de8c0b79428d56a8b3a800 (diff)
#86324# Changed InteractionHandler's service name.
Diffstat (limited to 'ucb/workben')
-rw-r--r--ucb/workben/ucb/ucbdemo.cxx8
1 files changed, 4 insertions, 4 deletions
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));