Kaydet (Commit) 279859fd authored tarafından Matúš Kukan's avatar Matúš Kukan Kaydeden (comit) Jan Holesovsky

fwk: Use constructor feature for AutoRecovery.

Change-Id: I87a6c1c1c6dc92670dccee3f56302e7f234b281d
üst 748aa84e
This diff is collapsed.
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include <uifactory/menubarfactory.hxx> #include <uifactory/menubarfactory.hxx>
#include <uifactory/toolboxfactory.hxx> #include <uifactory/toolboxfactory.hxx>
#include "uiconfiguration/windowstateconfiguration.hxx" #include "uiconfiguration/windowstateconfiguration.hxx"
#include <services/autorecovery.hxx>
#include <uifactory/statusbarfactory.hxx> #include <uifactory/statusbarfactory.hxx>
#include <uiconfiguration/uicategorydescription.hxx> #include <uiconfiguration/uicategorydescription.hxx>
#include <services/sessionlistener.hxx> #include <services/sessionlistener.hxx>
...@@ -62,7 +61,6 @@ COMPONENTGETFACTORY ( fwk, ...@@ -62,7 +61,6 @@ COMPONENTGETFACTORY ( fwk,
IFFACTORY( ::framework::ToolBoxFactory ) else IFFACTORY( ::framework::ToolBoxFactory ) else
IFFACTORY( ::framework::WindowStateConfiguration ) else IFFACTORY( ::framework::WindowStateConfiguration ) else
IFFACTORY( ::framework::ToolbarControllerFactory ) else IFFACTORY( ::framework::ToolbarControllerFactory ) else
IFFACTORY( ::framework::AutoRecovery ) else
IFFACTORY( ::framework::StatusBarFactory ) else IFFACTORY( ::framework::StatusBarFactory ) else
IFFACTORY( ::framework::UICategoryDescription ) else IFFACTORY( ::framework::UICategoryDescription ) else
IFFACTORY( ::framework::SessionListener ) else IFFACTORY( ::framework::SessionListener ) else
......
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
constructor="com_sun_star_comp_framework_AddonsToolBarFactory_get_implementation"> constructor="com_sun_star_comp_framework_AddonsToolBarFactory_get_implementation">
<service name="com.sun.star.ui.ToolBarFactory"/> <service name="com.sun.star.ui.ToolBarFactory"/>
</implementation> </implementation>
<implementation name="com.sun.star.comp.framework.AutoRecovery"> <implementation name="com.sun.star.comp.framework.AutoRecovery"
constructor="com_sun_star_comp_framework_AutoRecovery_get_implementation">
<service name="com.sun.star.frame.AutoRecovery"/> <service name="com.sun.star.frame.AutoRecovery"/>
</implementation> </implementation>
<implementation name="com.sun.star.comp.framework.ControlMenuController" <implementation name="com.sun.star.comp.framework.ControlMenuController"
......
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