diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-07 00:22:01 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-07 00:28:55 +0300 |
commit | 5e87eea81bab8a954a2c1ad6c923dd4134ec8901 (patch) | |
tree | 5b2af4e1035695db54fab72ea2899e84ae2f522b /officecfg | |
parent | 2796291bd84eeb71115f3d9fb3b8aec67c4f4214 (diff) |
Base SvxLineWindow_Impl on ToolbarPopup
Change-Id: I93dbb180fc65bca77e0eb58f116d0a0a5266556a
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 9f0e3ec9e94d..73f9d17037b1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1082,7 +1082,7 @@ <value>com.sun.star.comp.sfx2.ClassificationCategoriesController</value> </prop> </node> - <node oor:name="com.sun.star.comp.svx.FrameToolBoxControl" oor:op="replace"> + <node oor:name="BorderStyleToolBoxControl" oor:op="replace"> <prop oor:name="Command"> <value>.uno:SetBorderStyle</value> </prop> @@ -1093,6 +1093,17 @@ <value>com.sun.star.comp.svx.FrameToolBoxControl</value> </prop> </node> + <node oor:name="BorderLineStyleToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:LineStyle</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.FrameToolBoxControl</value> + </prop> + </node> <node oor:name="c4" oor:op="replace" install:module="reportbuilder"> <prop oor:name="Command"> <value>.uno:FontColor</value> |