diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:26:44 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:26:44 +0000 |
commit | 092f7a4a0d695ad893621ef958ccce1a5e828d23 (patch) | |
tree | 93a2716c36feddee479ae2009f33d42404926a41 /framework/inc | |
parent | f8356c9792042b658e561e7802b0c49d95882e8b (diff) |
INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED
2005/02/17 12:45:52 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uiconfiguration/moduleimagemanager.hxx | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/framework/inc/uiconfiguration/moduleimagemanager.hxx b/framework/inc/uiconfiguration/moduleimagemanager.hxx index 536ca2e2646f..972488122200 100644 --- a/framework/inc/uiconfiguration/moduleimagemanager.hxx +++ b/framework/inc/uiconfiguration/moduleimagemanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: moduleimagemanager.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-07-06 16:51:02 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:26:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,36 +118,36 @@ #include <com/sun/star/lang/XComponent.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_XUICONFIGURATIONPERSISTENCE_HPP_ -#include <drafts/com/sun/star/ui/XUIConfigurationPersistence.hpp> +#ifndef _COM_SUN_STAR_UI_XUICONFIGURATIONPERSISTENCE_HPP_ +#include <com/sun/star/ui/XUIConfigurationPersistence.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_XUICONFIGURATIONSTORAGE_HPP_ -#include <drafts/com/sun/star/ui/XUIConfigurationStorage.hpp> +#ifndef _COM_SUN_STAR_UI_XUICONFIGURATIONSTORAGE_HPP_ +#include <com/sun/star/ui/XUIConfigurationStorage.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_XUICONFIGURATION_HPP_ -#include <drafts/com/sun/star/ui/XUIConfiguration.hpp> +#ifndef _COM_SUN_STAR_UI_XUICONFIGURATION_HPP_ +#include <com/sun/star/ui/XUIConfiguration.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_XIMAGEMANAGER_HPP_ -#include <drafts/com/sun/star/ui/XImageManager.hpp> +#ifndef _COM_SUN_STAR_UI_XIMAGEMANAGER_HPP_ +#include <com/sun/star/ui/XImageManager.hpp> #endif #ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_ #include <com/sun/star/lang/XInitialization.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_CONFIGURATIONEVENT_HPP_ -#include <drafts/com/sun/star/ui/ConfigurationEvent.hpp> +#ifndef _COM_SUN_STAR_UI_CONFIGURATIONEVENT_HPP_ +#include <com/sun/star/ui/ConfigurationEvent.hpp> #endif #ifndef _COM_SUN_STAR_EMBED_XTRANSACTEDOBJECT_HPP_ #include <com/sun/star/embed/XTransactedObject.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_UI_XIMAGEMANAGER_HPP_ -#include <drafts/com/sun/star/ui/XImageManager.hpp> +#ifndef _COM_SUN_STAR_UI_XIMAGEMANAGER_HPP_ +#include <com/sun/star/ui/XImageManager.hpp> #endif //_________________________________________________________________________________________________________________ @@ -222,7 +222,7 @@ namespace framework }; class ModuleImageManager : public com::sun::star::lang::XTypeProvider , - public drafts::com::sun::star::ui::XImageManager , + public ::com::sun::star::ui::XImageManager , private ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses. public ::cppu::OWeakObject { @@ -252,8 +252,8 @@ namespace framework virtual void SAL_CALL insertImages( ::sal_Int16 nImageType, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aCommandURLSequence, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > >& aGraphicSequence ) throw (::com::sun::star::container::ElementExistException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IllegalAccessException, ::com::sun::star::uno::RuntimeException); // XUIConfiguration - virtual void SAL_CALL addConfigurationListener( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::ui::XUIConfigurationListener >& Listener ) throw (::com::sun::star::uno::RuntimeException); - virtual void SAL_CALL removeConfigurationListener( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::ui::XUIConfigurationListener >& Listener ) throw (::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL addConfigurationListener( const ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationListener >& Listener ) throw (::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL removeConfigurationListener( const ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationListener >& Listener ) throw (::com::sun::star::uno::RuntimeException); // XUIConfigurationPersistence virtual void SAL_CALL reload() throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException); @@ -283,11 +283,11 @@ namespace framework NotifyOp_Replace }; - typedef ::std::vector< drafts::com::sun::star::ui::ConfigurationEvent > ConfigEventNotifyContainer; + typedef ::std::vector< ::com::sun::star::ui::ConfigurationEvent > ConfigEventNotifyContainer; // private methods void implts_initialize(); - void implts_notifyContainerListener( const drafts::com::sun::star::ui::ConfigurationEvent& aEvent, NotifyOp eOp ); + void implts_notifyContainerListener( const ::com::sun::star::ui::ConfigurationEvent& aEvent, NotifyOp eOp ); const rtl::Reference< GlobalImageList >& implts_getGlobalImageList(); CmdImageList* implts_getDefaultImageList(); ImageList* implts_getUserImageList( ImageType nImageType ); |