#86324# Changed InteractionHandler's service name.
This commit is contained in:
parent
b74a8a7378
commit
07f174b267
2 changed files with 7 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: ucbexplorer.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: kso $ $Date: 2000-12-01 07:48:54 $
|
||||
* last change: $Author: sb $ $Date: 2001-05-03 08:44:32 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -551,7 +551,7 @@ BOOL UcbExplorerListBoxEntry::createNewContent( const ContentInfo& rInfo,
|
|||
Reference< XInteractionHandler > xInteractionHandler(
|
||||
pBroker->getServiceManager()->createInstance(
|
||||
OUString::createFromAscii(
|
||||
"com.sun.star.uui.InteractionHandler" ) ),
|
||||
"com.sun.star.task.InteractionHandler" ) ),
|
||||
UNO_QUERY );
|
||||
|
||||
Reference< XProgressHandler > xProgressHandler
|
||||
|
@ -1111,7 +1111,7 @@ UcbExplorerListBoxEntry* UcbExplorerTreeListBox::InsertEntry(
|
|||
Reference< XInteractionHandler > xInteractionHandler(
|
||||
pBroker->getServiceManager()->createInstance(
|
||||
OUString::createFromAscii(
|
||||
"com.sun.star.uui.InteractionHandler" ) ),
|
||||
"com.sun.star.task.InteractionHandler" ) ),
|
||||
UNO_QUERY );
|
||||
|
||||
Reference< XProgressHandler > xProgressHandler
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue