diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-09-03 08:12:04 +0400 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2015-09-04 14:13:14 +0000 |
commit | 968d8843002e84d493b9b0a002f0eec5ea5e010d (patch) | |
tree | e04144fced23c6bec2baeaa448b7fdc0b3ea2edf /source | |
parent | b1ffa2d34275e6ab1e6e03559b079ec905fae146 (diff) |
tdf#92825 Fix writer's main menubar entries
Change-Id: I36716886a5925e5fdc3cd839ca76b0e484a73f9e
Reviewed-on: https://gerrit.libreoffice.org/18288
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/main0108.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0100.xhp | 15 | ||||
-rw-r--r-- | source/text/swriter/main0101.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0102.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0103.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0104.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0106.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0107.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0115.xhp | 37 |
9 files changed, 53 insertions, 13 deletions
diff --git a/source/text/shared/main0108.xhp b/source/text/shared/main0108.xhp index 3dac6f5dbb..7a9b1e9f7b 100644 --- a/source/text/shared/main0108.xhp +++ b/source/text/shared/main0108.xhp @@ -28,6 +28,8 @@ </topic> </meta> <body> +<section id="help"> +</section> <section id="hilfe"> <bookmark xml-lang="en-US" branch="hid/.uno:HelpMenu" id="bm_id3153539" localize="false"/><paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/main0108.xhp" name="Help">Help</link></paragraph> <paragraph role="paragraph" id="par_id3153990" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:HelpMenu">The Help menu allows you to start and control the $[officename] Help system.</ahelp></paragraph> diff --git a/source/text/swriter/main0100.xhp b/source/text/swriter/main0100.xhp index c117679a1f..703330cc99 100644 --- a/source/text/swriter/main0100.xhp +++ b/source/text/swriter/main0100.xhp @@ -37,14 +37,15 @@ <paragraph role="paragraph" id="par_id3149569" xml-lang="en-US" l10n="U" oldref="2">The following section lists the help topics available for menus and dialogs.</paragraph> </section> <embed href="text/shared/00/00000011.xhp#kontexthidden"/> -<embed href="text/swriter/main0101.xhp#datei"/> -<embed href="text/swriter/main0102.xhp#bearbeiten"/> -<embed href="text/swriter/main0103.xhp#ansicht"/> -<embed href="text/swriter/main0104.xhp#einfuegen"/> +<embed href="text/swriter/main0101.xhp#file"/> +<embed href="text/swriter/main0102.xhp#edit"/> +<embed href="text/swriter/main0103.xhp#view"/> +<embed href="text/swriter/main0104.xhp#insert"/> <embed href="text/swriter/main0105.xhp#format"/> -<embed href="text/swriter/main0106.xhp#extras"/> +<embed href="text/swriter/main0115.xhp#styles"/> <embed href="text/swriter/main0110.xhp#table"/> -<embed href="text/swriter/main0107.xhp#fenster"/> -<embed href="text/shared/main0108.xhp#hilfe"/> +<embed href="text/swriter/main0106.xhp#tools"/> +<embed href="text/swriter/main0107.xhp#window"/> +<embed href="text/shared/main0108.xhp#help"/> </body> </helpdocument> diff --git a/source/text/swriter/main0101.xhp b/source/text/swriter/main0101.xhp index 8435cef2e7..f11dcf4c91 100644 --- a/source/text/swriter/main0101.xhp +++ b/source/text/swriter/main0101.xhp @@ -29,7 +29,7 @@ </topic> </meta> <body> -<section id="datei"> +<section id="file"> <bookmark xml-lang="en-US" branch="hid/.uno:FileMenu" id="bm_id4299142" localize="false"/><paragraph role="heading" id="hd_id3147331" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/main0101.xhp" name="File">File</link></paragraph> <paragraph role="paragraph" id="par_id3147352" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">These commands apply to the current document, open a new document, or close the application.</ahelp></paragraph> </section> diff --git a/source/text/swriter/main0102.xhp b/source/text/swriter/main0102.xhp index 08fd72d9f3..96312c2857 100644 --- a/source/text/swriter/main0102.xhp +++ b/source/text/swriter/main0102.xhp @@ -27,7 +27,7 @@ </topic> </meta> <body> -<section id="bearbeiten"> +<section id="edit"> <bookmark xml-lang="en-US" branch="hid/.uno:EditMenu" id="bm_id8177739" localize="false"/> <paragraph role="heading" id="hd_id3149610" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/main0102.xhp" name="Edit">Edit</link></paragraph> <paragraph role="paragraph" id="par_id3149626" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">This menu contains commands for editing the contents of the current document.</ahelp></paragraph> diff --git a/source/text/swriter/main0103.xhp b/source/text/swriter/main0103.xhp index 33ee808cb2..5327518bbf 100644 --- a/source/text/swriter/main0103.xhp +++ b/source/text/swriter/main0103.xhp @@ -27,7 +27,7 @@ </topic> </meta> <body> -<section id="ansicht"> +<section id="view"> <bookmark xml-lang="en-US" branch="hid/.uno:ViewMenu" id="bm_id7882320" localize="false"/> <paragraph role="heading" id="hd_id3147233" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/main0103.xhp" name="View">View</link></paragraph> <paragraph role="paragraph" id="par_id3147249" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">This menu contains commands for controlling the on-screen display of the document.</ahelp></paragraph> diff --git a/source/text/swriter/main0104.xhp b/source/text/swriter/main0104.xhp index c2478e1c5f..618197613d 100644 --- a/source/text/swriter/main0104.xhp +++ b/source/text/swriter/main0104.xhp @@ -27,7 +27,7 @@ </topic> </meta> <body> -<section id="einfuegen"> +<section id="insert"> <bookmark xml-lang="en-US" branch="hid/.uno:InsertMenu" id="bm_id2305978" localize="false"/> <paragraph role="heading" id="hd_id3155341" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/main0104.xhp" name="Insert">Insert</link></paragraph> <paragraph role="paragraph" id="par_id3155358" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">The Insert menu contains commands for inserting new elements in your document. This includes sections, footnotes, comments, special characters, graphics, and objects from other applications.</ahelp></paragraph> diff --git a/source/text/swriter/main0106.xhp b/source/text/swriter/main0106.xhp index 4d90f537cc..7879be2c5a 100644 --- a/source/text/swriter/main0106.xhp +++ b/source/text/swriter/main0106.xhp @@ -27,7 +27,7 @@ </topic> </meta> <body> -<section id="extras"> +<section id="tools"> <bookmark xml-lang="en-US" branch="hid/.uno:ToolsMenu" id="bm_id8101443" localize="false"/> <paragraph role="heading" id="hd_id3147241" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/main0106.xhp" name="Tools">Tools</link></paragraph> <paragraph role="paragraph" id="par_id3147258" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp></paragraph> diff --git a/source/text/swriter/main0107.xhp b/source/text/swriter/main0107.xhp index 00e152b7a2..b41ac6c583 100644 --- a/source/text/swriter/main0107.xhp +++ b/source/text/swriter/main0107.xhp @@ -33,7 +33,7 @@ <body> - <section id="fenster"> + <section id="window"> <bookmark xml-lang="en-US" branch="hid/.uno:WindowList" id="bm_id8532513" localize="false"/><!-- HID added by script --> <bookmark branch="hid/.uno:WindowList" xml-lang="en-US" id="bm_id3147259" localize="false"/><paragraph id="hd_id3147248" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/swriter/main0107.xhp" name="Window">Window</link></paragraph> <paragraph l10n="U" role="paragraph" id="par_id3147269" xml-lang="en-US" oldref="2"><ahelp hid=".uno:WindowList" visibility="visible">Contains commands for manipulating and displaying document windows.</ahelp></paragraph> diff --git a/source/text/swriter/main0115.xhp b/source/text/swriter/main0115.xhp new file mode 100644 index 0000000000..9f5c385d10 --- /dev/null +++ b/source/text/swriter/main0115.xhp @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . +--> + +<meta> + <topic id="textswritermain0115xml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Styles</title> + <filename>/text/swriter/main0115.xhp</filename> + </topic> +</meta> +<body> + <section id="styles"> + <bookmark xml-lang="en-US" branch="hid/.uno:FormatStylesMenu" id="bm_id1366008" localize="false"/> + <paragraph id="par_idN10553" role="heading" xml-lang="en-US" level="1"><link href="text/swriter/main0115.xhp">Styles</link></paragraph> + <paragraph id="par_idN10563" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains commands to set, create, edit, update, load, and manage styles in a text document.</ahelp></paragraph> + </section> + <paragraph id="hd_id0903201507192919" role="heading" xml-lang="en-US" level="2">Default</paragraph> + <paragraph id="par_id090320150719290" role="paragraph" xml-lang="en-US">Set the current paragraph or selected paragraphs to the default style.</paragraph> +</body> + +</helpdocument> |