Kaydet (Commit) 0f39a48f authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst 0b76050a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: eventdlg.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -71,8 +71,8 @@ ...@@ -71,8 +71,8 @@
#ifndef _COM_SUN_STAR_DOCUMENT_XEVENTSSUPPLIER_HPP_ #ifndef _COM_SUN_STAR_DOCUMENT_XEVENTSSUPPLIER_HPP_
#include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/document/XEventsSupplier.hpp>
#endif #endif
#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XMODULEMANAGER_HPP_ #ifndef _COM_SUN_STAR_FRAME_XMODULEMANAGER_HPP_
#include <drafts/com/sun/star/frame/XModuleManager.hpp> #include <com/sun/star/frame/XModuleManager.hpp>
#endif #endif
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
...@@ -171,11 +171,11 @@ SvxEventConfigPage::SvxEventConfigPage( Window* pParent, const SfxItemSet& rSet ...@@ -171,11 +171,11 @@ SvxEventConfigPage::SvxEventConfigPage( Window* pParent, const SfxItemSet& rSet
{ {
// first establish if this type of application module // first establish if this type of application module
// supports document configuration // supports document configuration
uno::Reference< drafts::com::sun::star::frame::XModuleManager > uno::Reference< ::com::sun::star::frame::XModuleManager >
xModuleManager( xModuleManager(
::comphelper::getProcessServiceFactory()->createInstance( ::comphelper::getProcessServiceFactory()->createInstance(
OUString( RTL_CONSTASCII_USTRINGPARAM( OUString( RTL_CONSTASCII_USTRINGPARAM(
"drafts.com.sun.star.frame.ModuleManager" ) ) ), "com.sun.star.frame.ModuleManager" ) ) ),
uno::UNO_QUERY ); uno::UNO_QUERY );
OUString aModuleId; OUString aModuleId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment