fwk: Use constructor feature for AutoRecovery.

Change-Id: I87a6c1c1c6dc92670dccee3f56302e7f234b281d
This commit is contained in:
Matúš Kukan 2014-01-09 13:25:21 +01:00 committed by Jan Holesovsky
parent 748aa84e98
commit 279859fdbc
4 changed files with 1068 additions and 1104 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,6 @@
#include <uifactory/menubarfactory.hxx>
#include <uifactory/toolboxfactory.hxx>
#include "uiconfiguration/windowstateconfiguration.hxx"
#include <services/autorecovery.hxx>
#include <uifactory/statusbarfactory.hxx>
#include <uiconfiguration/uicategorydescription.hxx>
#include <services/sessionlistener.hxx>
@ -62,7 +61,6 @@ COMPONENTGETFACTORY ( fwk,
IFFACTORY( ::framework::ToolBoxFactory ) else
IFFACTORY( ::framework::WindowStateConfiguration ) else
IFFACTORY( ::framework::ToolbarControllerFactory ) else
IFFACTORY( ::framework::AutoRecovery ) else
IFFACTORY( ::framework::StatusBarFactory ) else
IFFACTORY( ::framework::UICategoryDescription ) else
IFFACTORY( ::framework::SessionListener ) else

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,8 @@
constructor="com_sun_star_comp_framework_AddonsToolBarFactory_get_implementation">
<service name="com.sun.star.ui.ToolBarFactory"/>
</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"/>
</implementation>
<implementation name="com.sun.star.comp.framework.ControlMenuController"