summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucblockbytes.cxx
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
commit07f174b2679d4bb9179391479436340afe23252d (patch)
tree8d2b5cb0ce8e7db02a4a6349649969e8037c1788 /unotools/source/ucbhelper/ucblockbytes.cxx
parentb74a8a7378f2b13601ed90c1116cddd2a682b8e6 (diff)
#86324# Changed InteractionHandler's service name.
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index 8e018b38e0b2..76e424769909 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucblockbytes.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: mba $ $Date: 2001-04-03 15:06:31 $
+ * last change: $Author: sb $ $Date: 2001-05-03 08:43:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -785,7 +785,7 @@ UcbLockBytesRef UcbLockBytes::CreateLockBytes( const Reference < XContent > xCon
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 );
UcbLockBytesRef xLockBytes = new UcbLockBytes( pHandler );
xLockBytes->SetSynchronMode( !pHandler );