From a535569126ddd7fab0e92ad5ab589e66faf69bfb Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 2 Aug 2007 16:03:15 +0000
Subject: [PATCH] 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
---
framework/inc/uiconfiguration/imagemanager.hxx | 6 ++++--
1 file 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();