fwk: Use constructor feature for AutoRecovery.
Change-Id: I87a6c1c1c6dc92670dccee3f56302e7f234b281d
This commit is contained in:
parent
748aa84e98
commit
279859fdbc
File diff suppressed because it is too large
Load Diff
@ -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,
|
|||||||
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
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user