summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-09 00:58:15 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-09 00:58:15 +0300
commit2b3e2258530b8214229f2c6a8dab385b508eb9bf (patch)
treeac9eeed88f75bca64737b8abced45c983a3f9d14 /framework/source/uifactory
parent84e981865871ea75d8a2493a8be349b3b93d2e7a (diff)
Bin some uses of the stupid DECLARE_ASCII macro
Change-Id: I076eef8069e848ec3cf9c69f1b489ad44586324e
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r--framework/source/uifactory/uielementfactorymanager.cxx2
-rw-r--r--framework/source/uifactory/windowcontentfactorymanager.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uifactory/uielementfactorymanager.cxx b/framework/source/uifactory/uielementfactorymanager.cxx
index a550a8ece38f..1c203db3bcaf 100644
--- a/framework/source/uifactory/uielementfactorymanager.cxx
+++ b/framework/source/uifactory/uielementfactorymanager.cxx
@@ -361,7 +361,7 @@ sal_Bool ConfigurationAccess_FactoryManager::impl_getElementProps( const Any& aE
//*****************************************************************************************************************
DEFINE_XSERVICEINFO_ONEINSTANCESERVICE_2 ( UIElementFactoryManager ,
::cppu::OWeakObject ,
- DECLARE_ASCII("com.sun.star.ui.UIElementFactoryManager"),
+ "com.sun.star.ui.UIElementFactoryManager",
IMPLEMENTATIONNAME_UIELEMENTFACTORYMANAGER
)
diff --git a/framework/source/uifactory/windowcontentfactorymanager.cxx b/framework/source/uifactory/windowcontentfactorymanager.cxx
index 41d940773fff..672041e6b1e7 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 ,
- DECLARE_ASCII("com.sun.star.ui.WindowContentFactoryManager"),
+ "com.sun.star.ui.WindowContentFactoryManager",
IMPLEMENTATIONNAME_WINDOWCONTENTFACTORYMANAGER
)