diff options
author | Noel Grandin <noel@peralex.com> | 2012-12-10 16:26:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2012-12-13 05:20:58 +0200 |
commit | 9779ae8bdeffe1c296803dffefa0d69b0fb8f975 (patch) | |
tree | 4e7cf6fa46922ffbe915f820842866499814337f /framework/source/uiconfiguration | |
parent | e52a5e298b55125534cd8548ed4c1f8b694bfef6 (diff) |
fdo#46808, use service constructor for ui::
::ModuleUIConfigurationManagerSupplier
Change-Id: I06e8b3ef9b525da014a2bb7702587d360779aebc
Diffstat (limited to 'framework/source/uiconfiguration')
-rw-r--r-- | framework/source/uiconfiguration/moduleuicfgsupplier.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/moduleuicfgsupplier.cxx b/framework/source/uiconfiguration/moduleuicfgsupplier.cxx index 047c99d9e744..f18f6f2d2664 100644 --- a/framework/source/uiconfiguration/moduleuicfgsupplier.cxx +++ b/framework/source/uiconfiguration/moduleuicfgsupplier.cxx @@ -89,7 +89,7 @@ DEFINE_XTYPEPROVIDER_4 ( ModuleUIConfigurationManagerSupplier DEFINE_XSERVICEINFO_ONEINSTANCESERVICE ( ModuleUIConfigurationManagerSupplier , ::cppu::OWeakObject , - SERVICENAME_MODULEUICONFIGURATIONMANAGERSUPPLIER , + DECLARE_ASCII("com.sun.star.ui.ModuleUIConfigurationManagerSupplier" ), IMPLEMENTATIONNAME_MODULEUICONFIGURATIONMANAGERSUPPLIER ) |