source/text/sbasic/shared/01030200.xhp |   26 +++++++++++---------------
 source/text/shared/01/06130001.xhp     |    2 +-
 2 files changed, 12 insertions(+), 16 deletions(-)

New commits:
commit a8390f0863b9566e2a758da0e11a2600d076aa42
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sun May 31 15:39:30 2020 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Jun 1 15:08:01 2020 +0200

    Fix link between pages
    
    Change-Id: Iee68de46cf2dc14c7ff37a886c162055cefa1f9e
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95252
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/01030200.xhp 
b/source/text/sbasic/shared/01030200.xhp
index 3045d3a85..388c6e0ab 100644
--- a/source/text/sbasic/shared/01030200.xhp
+++ b/source/text/sbasic/shared/01030200.xhp
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -19,9 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared01030200xml" indexer="include" status="PUBLISH">
 <title id="tit" xml-lang="en-US">The Basic Editor</title>
@@ -37,21 +32,22 @@
 <bookmark_value>long lines;in Basic editor</bookmark_value>
 <bookmark_value>lines of text;in Basic editor</bookmark_value>
 <bookmark_value>continuation;long lines in editor</bookmark_value>
-</bookmark><paragraph role="heading" id="hd_id3147264" xml-lang="en-US" 
level="1"><link href="text/sbasic/shared/01030200.xhp" name="The Basic 
Editor">The Basic Editor</link></paragraph>
+</bookmark>
+<h1 id="hd_id3147264"><variable id="thebasiceditorh1"><link 
href="text/sbasic/shared/01030200.xhp" name="The Basic Editor">The Basic 
Editor</link></variable></h1>
 </section>
 <paragraph role="paragraph" id="par_id3145069" xml-lang="en-US">The Basic 
Editor provides the standard editing functions you are familiar with when 
working in a text document. It supports the functions of the <emph>Edit</emph> 
menu (Cut, Delete, Paste), the ability to select text with the Shift key, as 
well as cursor positioning functions (for example, moving from word to word 
with <switchinline select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
 and the arrow keys).</paragraph>
 <paragraph role="paragraph" id="par_id3154686" xml-lang="en-US">Long lines can 
be split into several parts by inserting a space and an underline character _ 
as the last two characters of a line. This connects the line with the following 
line to one logical line. (If "Option Compatible" is used in the same Basic 
module, the line continuation feature is also valid for comment 
lines.)</paragraph>
 <paragraph role="paragraph" id="par_id3151042" xml-lang="en-US">If you press 
the <emph>Run BASIC</emph> icon on the <emph>Macro</emph> bar, program 
execution starts at the first line of the Basic editor. The program executes 
the first Sub or Function and then program execution stops. The "Sub Main" does 
not take precedence on program execution.</paragraph>
-<paragraph role="tip" id="par_id59816" xml-lang="en-US">Insert your Basic code 
between the Sub Main and End Sub lines that you see when you first open the 
IDE. Alternatively, delete all lines and then enter your own Basic 
code.</paragraph>
-<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" 
level="2">Navigating in a Project</paragraph>
-<paragraph role="heading" id="hd_id3145785" xml-lang="en-US" level="3">The 
Library List</paragraph>
+<tip id="par_id59816">Insert your Basic code between the Sub Main and End Sub 
lines that you see when you first open the IDE. Alternatively, delete all lines 
and then enter your own Basic code.</tip>
+<h2 id="hd_id3125863">Navigating in a Project</h2>
+<h3 id="hd_id3145785">The Library List</h3>
 <paragraph role="paragraph" id="par_id3146120" xml-lang="en-US">Select a 
library from the <emph>Library</emph> list at the left of the toolbar to load 
the library in the editor. The first module of the selected library will be 
displayed.</paragraph>
-<paragraph role="heading" id="hd_id3153190" xml-lang="en-US" level="3">The 
Object Catalog</paragraph>
+<h3 id="hd_id3153190">The Object Catalog</h3>
 <embed href="text/sbasic/shared/01020200.xhp#object_catalog"/>
-<paragraph role="heading" id="hd_id3148647" xml-lang="en-US" level="2">Saving 
and Loading Basic Source Code</paragraph>
+<h2 id="hd_id3148647">Saving and Loading Basic Source Code</h2>
 <paragraph role="paragraph" id="par_id3154320" xml-lang="en-US">You can save 
Basic code in a text file for saving and importing in other programming 
systems.</paragraph>
-<paragraph role="warning" id="par_id3149959" xml-lang="en-US">You cannot save 
Basic dialogs to a text file.</paragraph>
-<paragraph role="heading" id="hd_id3149403" xml-lang="en-US" level="3">Saving 
Source Code to a Text File</paragraph>
+<warning id="par_id3149959">You cannot save Basic dialogs to a text 
file.</warning>
+<h3 id="hd_id3149403">Saving Source Code to a Text File</h3>
 <list type="ordered">
 <listitem>
 <paragraph role="listitem" id="par_id3150327" xml-lang="en-US">Select the 
module that you want to export as text from the object catalog.</paragraph>
@@ -63,7 +59,7 @@
 <paragraph role="listitem" id="par_id3154754" xml-lang="en-US">Select a file 
name and click <emph>OK</emph> to save the file.</paragraph>
 </listitem>
 </list>
-<paragraph role="heading" id="hd_id3159264" xml-lang="en-US" level="3">Loading 
Source Code From a Text File</paragraph>
+<h3 id="hd_id3159264">Loading Source Code From a Text File</h3>
 <list type="ordered">
 <listitem>
 <paragraph role="listitem" id="par_id3147343" xml-lang="en-US">Select the 
module where you want to import the source code from the object 
catalog.</paragraph>
diff --git a/source/text/shared/01/06130001.xhp 
b/source/text/shared/01/06130001.xhp
index ec0c5df61..9731426c3 100644
--- a/source/text/shared/01/06130001.xhp
+++ b/source/text/shared/01/06130001.xhp
@@ -48,7 +48,7 @@
 <paragraph role="paragraph" id="par_idN105E3" xml-lang="en-US"><ahelp 
hid=".">Opens the Dialogs tab page of the Macro Organizer.</ahelp></paragraph>
 <embed href="text/shared/01/06150000.xhp#xmlfilter"/>
 <section id="relatedtopics">
-<embed href="text/sbasic/shared/01030200.xhp"/>
+<embed href="text/sbasic/shared/01030200.xhp#thebasiceditorh1"/>
 </section>
 </body>
 </helpdocument>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to