diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-06-13 16:53:48 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-06-13 15:42:59 +0000 |
commit | 3e19a763b95c45c275d15356ff5531e855cfcb03 (patch) | |
tree | c9e0d04755c4663cd98f90fbe4f7c615ceb2f1ca /officecfg | |
parent | e8dfe9bca7c2430df9d231ec79ed540e45f18789 (diff) |
tdf#83830: Removal of Page Margin Panel
Change-Id: I05c0b2ba42cf395a2b30ce658e1f1d034e95f21f
Reviewed-on: https://gerrit.libreoffice.org/26217
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-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 4be7a46ee897..6b2f53a4a837 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -407,34 +407,6 @@ </prop> </node> - <node oor:name="PageMarginPanel" oor:op="replace"> - <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Margin</value> - </prop> - <prop oor:name="Id" oor:type="xs:string"> - <value>PageMarginPanel</value> - </prop> - <prop oor:name="DeckId" oor:type="xs:string"> - <value>WriterPageDeck</value> - </prop> - <prop oor:name="DefaultMenuCommand"> - <value>.uno:PageDialog</value> - </prop> - <prop oor:name="ContextList"> - <value oor:separator=";"> - Writer, Table, visible ; - Writer, Text, visible ; - Writer, default, visible ; - </value> - </prop> - <prop oor:name="ImplementationURL" oor:type="xs:string"> - <value>private:resource/toolpanel/SwPanelFactory/PageMarginPanel</value> - </prop> - <prop oor:name="OrderIndex" oor:type="xs:int"> - <value>300</value> - </prop> - </node> - <node oor:name="PageFormatPanel" oor:op="replace"> <prop oor:name="Title" oor:type="xs:string"> <value xml:lang="en-US">Format</value> |