diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-05-03 07:49:33 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-05-03 07:49:33 +0000 |
commit | 0aa58933959a7086773cee08b526266ecdc92afc (patch) | |
tree | a168cbdab5465385d95933e0c1dd8dc8e5fa05b9 /sfx2 | |
parent | 701064939f41d3d516de8c0b79428d56a8b3a800 (diff) |
#86324# Changed InteractionHandler's service name.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/helper.cxx | 6 | ||||
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 6 |
2 files changed, 6 insertions, 6 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" ); |