Kaydet (Commit) b93ea039 authored tarafından Matúš Kukan's avatar Matúš Kukan

fwk: Use constructor feature for UIConfigurationManager.

Change-Id: Icd42b6b9b62271606659651a2f463e1ee2956fe6
üst 86b12c34
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#include <uielement/objectmenucontroller.hxx> #include <uielement/objectmenucontroller.hxx>
#include <uielement/controlmenucontroller.hxx> #include <uielement/controlmenucontroller.hxx>
#include <uielement/uicommanddescription.hxx> #include <uielement/uicommanddescription.hxx>
#include <uiconfiguration/uiconfigurationmanager.hxx>
#include <uiconfiguration/moduleuicfgsupplier.hxx> #include <uiconfiguration/moduleuicfgsupplier.hxx>
#include <uiconfiguration/moduleuiconfigurationmanager.hxx> #include <uiconfiguration/moduleuiconfigurationmanager.hxx>
#include <uifactory/menubarfactory.hxx> #include <uifactory/menubarfactory.hxx>
...@@ -76,7 +75,6 @@ COMPONENTGETFACTORY ( fwk, ...@@ -76,7 +75,6 @@ COMPONENTGETFACTORY ( fwk,
IFFACTORY( ::framework::ControlMenuController ) else IFFACTORY( ::framework::ControlMenuController ) else
IFFACTORY( ::framework::UICommandDescription ) else IFFACTORY( ::framework::UICommandDescription ) else
IFFACTORY( ::framework::ModuleManager ) else IFFACTORY( ::framework::ModuleManager ) else
IFFACTORY( ::framework::UIConfigurationManager ) else
IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier ) else IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier ) else
IFFACTORY( ::framework::ModuleUIConfigurationManager ) else IFFACTORY( ::framework::ModuleUIConfigurationManager ) else
IFFACTORY( ::framework::MenuBarFactory ) else IFFACTORY( ::framework::MenuBarFactory ) else
......
...@@ -115,7 +115,8 @@ ...@@ -115,7 +115,8 @@
<implementation name="com.sun.star.comp.framework.UICommandDescription"> <implementation name="com.sun.star.comp.framework.UICommandDescription">
<service name="com.sun.star.frame.UICommandDescription"/> <service name="com.sun.star.frame.UICommandDescription"/>
</implementation> </implementation>
<implementation name="com.sun.star.comp.framework.UIConfigurationManager"> <implementation name="com.sun.star.comp.framework.UIConfigurationManager"
constructor="com_sun_star_comp_framework_UIConfigurationManager_get_implementation">
<service name="com.sun.star.ui.UIConfigurationManager"/> <service name="com.sun.star.ui.UIConfigurationManager"/>
</implementation> </implementation>
<implementation name="com.sun.star.comp.framework.UIElementFactoryManager"> <implementation name="com.sun.star.comp.framework.UIElementFactoryManager">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment