diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-07 18:19:25 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-10 09:31:28 +0200 |
commit | f9a427680f59be8591b5e5d750ce0189a6becd54 (patch) | |
tree | b18ee924bc4732db60ac52ed4c7c9427a6cd5ff1 /svx/util | |
parent | 8ac6b51cc484a36bfd789588a03cbf8e978e4236 (diff) |
Show dialog when starting in safe mode
Change-Id: Ie4b5f5b7309735dfa844bbaba9cb2763a3de3dc1
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/svx.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component index 31c8005fd692..eeecf60080ac 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -36,6 +36,10 @@ constructor="com_sun_star_comp_svx_CrashReportUI_get_implementation"> <service name="com.sun.star.dialog.CrashReportUI"/> </implementation> + <implementation name="com.sun.star.comp.svx.SafeModeUI" + constructor="com_sun_star_comp_svx_SafeModeUI_get_implementation"> + <service name="com.sun.star.dialog.SafeModeUI"/> + </implementation> <implementation name="com.sun.star.drawing.EnhancedCustomShapeEngine" constructor="com_sun_star_drawing_EnhancedCustomShapeEngine_get_implementation"> <service name="com.sun.star.drawing.CustomShapeEngine"/> |