summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-13 15:09:45 +0200
committerNoel Grandin <noel@peralex.com>2013-05-14 08:08:26 +0200
commit0394cb37a2d378511f265004b285fd93df37e5ca (patch)
treef3a7269690e6fbd34b7ef09ff9e874b6f15345ba /framework/source
parent4481f5d4bcf0ba5b5d02c1dbff6d24d1e5301ff6 (diff)
fdo#46808, Convert ui::ImageManager to new style
The service already existed, it just needed an IDL file. Change-Id: I5bdc3064b0a3caa5a0d2abf4ef5ba3159889c7af
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/uiconfiguration/imagemanager.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/source/uiconfiguration/imagemanager.cxx b/framework/source/uiconfiguration/imagemanager.cxx
index 2a382526c408..6e5aae68f230 100644
--- a/framework/source/uiconfiguration/imagemanager.cxx
+++ b/framework/source/uiconfiguration/imagemanager.cxx
@@ -74,6 +74,9 @@ const sal_Int16 MAX_IMAGETYPE_VALUE = ::com::sun::star::ui::ImageType::COL
namespace framework
{
+#define SERVICENAME_IMAGEMANAGER DECLARE_ASCII("com.sun.star.ui.ImageManager" )
+#define IMPLEMENTATIONNAME_IMAGEMANAGER DECLARE_ASCII("com.sun.star.comp.framework.ImageManager" )
+
//*****************************************************************************************************************
// XInterface, XTypeProvider, XServiceInfo
//*****************************************************************************************************************