diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-08-25 11:00:21 +0000 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-09-01 08:23:47 +0000 |
commit | ced120105884ba423d96d7129475a2a6cdd86987 (patch) | |
tree | 3ff2b8841d9395cd45bfd9c2af8e8d6b23d5ea72 /officecfg | |
parent | 6e781d5c9356e4cfa98cb5d9e2e51c4944f4b615 (diff) |
Hide/Disable the Page property Panel for Writer
Change-Id: I3d8769f59811863ab38abeaefb289213d2c37570
Reviewed-on: https://gerrit.libreoffice.org/28379
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 0e86926ac17b..f687aeb733cd 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -373,34 +373,6 @@ </prop> </node> - <node oor:name="PagePropertyPanel" oor:op="replace"> - <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Page</value> - </prop> - <prop oor:name="Id" oor:type="xs:string"> - <value>PagePropertyPanel</value> - </prop> - <prop oor:name="DeckId" oor:type="xs:string"> - <value>PropertyDeck</value> - </prop> - <prop oor:name="DefaultMenuCommand"> - <value>.uno:PageDialog</value> - </prop> - <prop oor:name="ContextList"> - <value oor:separator=";"> - Writer, Table, hidden ; - Writer, Text, hidden ; - Writer, default, hidden ; - </value> - </prop> - <prop oor:name="ImplementationURL" oor:type="xs:string"> - <value>private:resource/toolpanel/SwPanelFactory/PagePropertyPanel</value> - </prop> - <prop oor:name="OrderIndex" oor:type="xs:int"> - <value>300</value> - </prop> - </node> - <node oor:name="MediaPlaybackPanel" oor:op="replace"> <prop oor:name="Title" oor:type="xs:string"> <value xml:lang="en-US">Media Playback</value> |