diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-06-05 19:21:15 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-06-14 17:24:07 +0200 |
commit | 8f965c7d3605ac4bc49ec3abf4f58ddc3d2da5ee (patch) | |
tree | a413b7d0a8809aed1df42d81b153cc6c431f0ac9 | |
parent | 8a5c2a2daf29764f1cfaf78abf25ea0301f5477e (diff) |
Remove superfluous string in impress/Draw contents
Keep same Contents structure as other apps
Change-Id: I1afc21e3581c3200ce6821ee3594686a1f8a70dc
Reviewed-on: https://gerrit.libreoffice.org/73572
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/auxiliary/sdraw.tree | 4 | ||||
-rw-r--r-- | source/auxiliary/simpress.tree | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/source/auxiliary/sdraw.tree b/source/auxiliary/sdraw.tree index 4de802518f..28921dde75 100644 --- a/source/auxiliary/sdraw.tree +++ b/source/auxiliary/sdraw.tree @@ -16,8 +16,7 @@ <topic id="sdraw/text/sdraw/04/01020000.xhp">Shortcut Keys for Drawings</topic> <topic id="sdraw/text/sdraw/guide/main.xhp">Instructions for Using %PRODUCTNAME Draw</topic> </node> - <node id="0902" title="Command and Menu Reference"> - <node id="110202" title="Drawings (%PRODUCTNAME Draw)"> + <node id="1102" title="Command and Menu Reference"> <node id="11020201" title="Menus"> <topic id="sdraw/text/sdraw/main0100.xhp">Menus</topic> <topic id="sdraw/text/sdraw/main0101.xhp">File</topic> @@ -39,7 +38,6 @@ <topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic> <topic id="shared/text/shared/main0227.xhp">Edit Points Bar</topic> </node> - </node> </node> <node id="1103" title="Loading, Saving, Importing, and Exporting"> <topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic> diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree index 5698f4c23d..e7a85dd83c 100644 --- a/source/auxiliary/simpress.tree +++ b/source/auxiliary/simpress.tree @@ -27,7 +27,6 @@ <topic id="simpress/text/simpress/guide/main.xhp">Instructions for Using %PRODUCTNAME Impress</topic> </node> <node id="0402" title="Command and Menu Reference"> - <node id="040201" title="Presentations (%PRODUCTNAME Impress)"> <node id="04020101" title="Menus"> <topic id="simpress/text/simpress/main0100.xhp">Menus</topic> <topic id="simpress/text/simpress/main0101.xhp">File</topic> @@ -58,7 +57,6 @@ <topic id="shared/text/shared/main0226.xhp">Form Design Toolbar</topic> <topic id="shared/text/shared/main0227.xhp">Edit Points Bar</topic> </node> - </node> </node> <node id="0403" title="Loading, Saving, Importing, and Exporting"> <topic id="simpress/text/simpress/guide/html_export.xhp">Saving a Presentation in HTML Format</topic> |