diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-02 16:03:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-02 16:03:15 +0000 |
commit | a535569126ddd7fab0e92ad5ab589e66faf69bfb (patch) | |
tree | 297a798c4d365fddf54f79928a93392a08db4b96 | |
parent | 1714066139de4ecead07c5462d46dddadfebfa4d (diff) |
INTEGRATION: CWS fwk69 (1.5.200); FILE MERGED
2007/07/23 06:48:00 cd 1.5.200.1: #i79686# Image manager service must be available at Office service manager
-rw-r--r-- | framework/inc/uiconfiguration/imagemanager.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/inc/uiconfiguration/imagemanager.hxx b/framework/inc/uiconfiguration/imagemanager.hxx index 4549d27927a9..fa314986e8f0 100644 --- a/framework/inc/uiconfiguration/imagemanager.hxx +++ b/framework/inc/uiconfiguration/imagemanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: imagemanager.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:02:41 $ + * last change: $Author: hr $ $Date: 2007-08-02 17:03:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -149,6 +149,7 @@ namespace framework { class ImageManager : public com::sun::star::lang::XTypeProvider , + public css::lang::XServiceInfo , public ::com::sun::star::ui::XImageManager , private ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses. public ::cppu::OWeakObject @@ -157,6 +158,7 @@ namespace framework // XInterface, XTypeProvider, XServiceInfo FWK_DECLARE_XINTERFACE FWK_DECLARE_XTYPEPROVIDER + DECLARE_XSERVICEINFO ImageManager( com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > xServiceManager ); virtual ~ImageManager(); |