diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:07:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:07:43 +0000 |
commit | 0f39a48f85476f9d21d8257486ee218bc64d15dd (patch) | |
tree | b2e53813ae95d507bad6d284a3834a04b435b1e8 /svx/source | |
parent | 0b76050a973ac32c007d54a7eaad148a7d03603d (diff) |
INTEGRATION: CWS removedrafts (1.7.62); FILE MERGED
2005/02/24 10:12:58 cd 1.7.62.2: #119980# Remove drafts from UNOIDL types/service names
2005/02/17 14:08:01 cd 1.7.62.1: #i42557# Move UNOIDL types from drafts to com
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/eventdlg.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/eventdlg.cxx b/svx/source/dialog/eventdlg.cxx index c665ea7fc43f..3b209fff533f 100644 --- a/svx/source/dialog/eventdlg.cxx +++ b/svx/source/dialog/eventdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: eventdlg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-01-27 15:35:09 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:07:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,8 +71,8 @@ #ifndef _COM_SUN_STAR_DOCUMENT_XEVENTSSUPPLIER_HPP_ #include <com/sun/star/document/XEventsSupplier.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XMODULEMANAGER_HPP_ -#include <drafts/com/sun/star/frame/XModuleManager.hpp> +#ifndef _COM_SUN_STAR_FRAME_XMODULEMANAGER_HPP_ +#include <com/sun/star/frame/XModuleManager.hpp> #endif #include <comphelper/processfactory.hxx> @@ -171,11 +171,11 @@ SvxEventConfigPage::SvxEventConfigPage( Window* pParent, const SfxItemSet& rSet { // first establish if this type of application module // supports document configuration - uno::Reference< drafts::com::sun::star::frame::XModuleManager > + uno::Reference< ::com::sun::star::frame::XModuleManager > xModuleManager( ::comphelper::getProcessServiceFactory()->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( - "drafts.com.sun.star.frame.ModuleManager" ) ) ), + "com.sun.star.frame.ModuleManager" ) ) ), uno::UNO_QUERY ); OUString aModuleId; |