summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-11 09:34:11 +0200
committerNoel Grandin <noel@peralex.com>2012-12-13 05:20:58 +0200
commitbb8900baaaaa489442a5bd805bb42d43cd6fc152 (patch)
treea58b61b399f971d2c52340e1db1a4c0d4ca2d2fe /framework/source
parentc1e42d60c572d23c61a703cd66495eab1cea4e05 (diff)
fdo#46808, Create new-style ui::WindowContentFactoryManager service
The service already existed, it just did not have an IDL file. Change-Id: Ie059e8d81fdfb4c3a5eca274a2406f806ee77b5c
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/uifactory/windowcontentfactorymanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uifactory/windowcontentfactorymanager.cxx b/framework/source/uifactory/windowcontentfactorymanager.cxx
index f9e27ebc1d9f..496e74e2b643 100644
--- a/framework/source/uifactory/windowcontentfactorymanager.cxx
+++ b/framework/source/uifactory/windowcontentfactorymanager.cxx
@@ -56,7 +56,7 @@ namespace framework
//*****************************************************************************************************************
DEFINE_XSERVICEINFO_ONEINSTANCESERVICE_2 ( WindowContentFactoryManager ,
::cppu::OWeakObject ,
- SERVICENAME_WINDOWCONTENTFACTORYMANAGER ,
+ DECLARE_ASCII("com.sun.star.ui.WindowContentFactoryManager"),
IMPLEMENTATIONNAME_WINDOWCONTENTFACTORYMANAGER
)