diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-04 23:13:56 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-05 15:35:40 +0300 |
commit | fd22d2d9e1935f19a900a339995827bc7a795cb7 (patch) | |
tree | 8be2c073d774245834631978e471998b79a22bc6 /officecfg | |
parent | c700ed71f457a141c8033d2ab863bf884c50fa96 (diff) |
Base SvxFrameToolBoxControl on PopupWindowController
Change-Id: I7666c7c5c99b1705bc8ece2913c2cdf9fdecced3
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 096ed337bf1c..9f0e3ec9e94d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1082,6 +1082,17 @@ <value>com.sun.star.comp.sfx2.ClassificationCategoriesController</value> </prop> </node> + <node oor:name="com.sun.star.comp.svx.FrameToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:SetBorderStyle</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> |