diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-16 20:32:33 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-17 00:24:40 +0100 |
commit | 7e9c09733a3254c195b0bb6a3c1cb4e993337e55 (patch) | |
tree | 2527253115bf32337ae58c9d2b20bedbf2bfdb0a /source/text/shared/01 | |
parent | 953dc58e66b8b385945b75eaf5cc567827f93bf2 (diff) |
tdf#104171 Cleanup of Macro Help pages
Removed shared/main0600.xhp (obsolete)
Fixed links between help pages
Added entry to tree file (contents)
Change-Id: I2a954c328f214728d554bff2166f82b2c2b96f35
Reviewed-on: https://gerrit.libreoffice.org/46618
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 3114a84355a738b365d3c65c403a8062305ddaff)
Reviewed-on: https://gerrit.libreoffice.org/46621
Diffstat (limited to 'source/text/shared/01')
-rw-r--r-- | source/text/shared/01/06130000.xhp | 11 | ||||
-rw-r--r-- | source/text/shared/01/06130010.xhp | 7 |
2 files changed, 8 insertions, 10 deletions
diff --git a/source/text/shared/01/06130000.xhp b/source/text/shared/01/06130000.xhp index eb21ca8414..bae1e03710 100644 --- a/source/text/shared/01/06130000.xhp +++ b/source/text/shared/01/06130000.xhp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - + <!-- * This file is part of the LibreOffice project. * @@ -18,8 +18,8 @@ * 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="textshared0106130000xml" indexer="include"> <title id="tit" xml-lang="en-US">Macro</title> @@ -35,7 +35,6 @@ <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#makro"/> </section> -<embed href="text/shared/guide/macro_recording.xhp#macro_recording"/> <bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/basicmacrodialog/macronameedit" id="bm_id3155351" localize="false"/> <paragraph role="heading" id="par_id3154863" xml-lang="en-US" level="2">Macro name</paragraph> <paragraph role="paragraph" id="par_id3150040" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/basicmacrodialog/macronameedit">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp></paragraph> @@ -112,7 +111,7 @@ <paragraph role="heading" id="hd_id3154693" xml-lang="en-US" level="3">Import<comment>changed in #i64102</comment></paragraph> <paragraph role="paragraph" id="par_id3147441" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/libpage/import">Locate that $[officename] Basic library that you want to add to the current list, and then click Open.</ahelp></paragraph> <embed href="text/shared/00/00000001.xhp#loeschen"/> -<paragraph role="paragraph" id="par_idN10A39" xml-lang="en-US"><variable id="script">Scripts +<paragraph role="paragraph" id="par_idN10A39" xml-lang="en-US"><variable id="script">Scripts </variable></paragraph> <paragraph role="paragraph" id="par_idN109BB" xml-lang="en-US">To open the BeanShell Macros dialog box, choose Tools - Macros - Organize Macros - BeanShell. To open the JavaScript dialog box, choose Tools - Macros - Organize Macros - JavaScript.</paragraph> <paragraph role="heading" id="hd_id6963408" xml-lang="en-US" level="2">Export</paragraph> @@ -142,8 +141,8 @@ <paragraph role="heading" id="par_idN10B17" xml-lang="en-US" level="3">Macro name</paragraph> <paragraph role="paragraph" id="par_idN10B1B" xml-lang="en-US">Click a script, and then click a command button.</paragraph> <section id="relatedtopics"> -<paragraph role="paragraph" id="par_id3153138" xml-lang="en-US"><link href="text/shared/main0600.xhp" name="Macro programming in $[officename]">Macro programming in $[officename]</link></paragraph> <embed href="text/shared/guide/scripting.xhp#scripting"/> +<embed href="text/shared/guide/macro_recording.xhp#macro_recording"/> </section> </body> </helpdocument> diff --git a/source/text/shared/01/06130010.xhp b/source/text/shared/01/06130010.xhp index de95e8bd81..d0172cc807 100644 --- a/source/text/shared/01/06130010.xhp +++ b/source/text/shared/01/06130010.xhp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - + <!-- * This file is part of the LibreOffice project. * @@ -18,8 +18,8 @@ * 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="textshared0106130010xml" indexer="include"> <title id="tit" xml-lang="en-US">Record Macro</title> @@ -42,7 +42,6 @@ <paragraph role="paragraph" id="par_id3146067" xml-lang="en-US"><ahelp hid=".uno:StopRecording">Stops recording a macro.</ahelp></paragraph> <section id="relatedtopics"> <embed href="text/shared/guide/macro_recording.xhp#macro_recording"/> -<embed href="text/shared/main0600.xhp#programming"/> </section> </body> </helpdocument> |