source/text/sbasic/shared/03/sf_dialog.xhp      |   36 ++++++++++++------------
 source/text/sbasic/shared/03/sf_exception.xhp   |   18 ++++++------
 source/text/sbasic/shared/03/sf_form.xhp        |   22 +++++++-------
 source/text/sbasic/shared/03/sf_formcontrol.xhp |    2 -
 source/text/sbasic/shared/03/sf_methods.xhp     |    4 +-
 5 files changed, 41 insertions(+), 41 deletions(-)

New commits:
commit e91f2d953177c5de27081c9e4485cc08c9e69ed7
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Tue Oct 19 12:47:38 2021 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Tue Oct 19 11:59:03 2021 +0200

    Remove whitespace in heading ids
    
    Change-Id: I16631a67b01e1df2567330a63a302164154b5076
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123808
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp 
b/source/text/sbasic/shared/03/sf_dialog.xhp
index 3c1ad7483..eef18e9e3 100644
--- a/source/text/sbasic/shared/03/sf_dialog.xhp
+++ b/source/text/sbasic/shared/03/sf_dialog.xhp
@@ -401,12 +401,12 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id721583933076548">
       <bookmark_value>Dialog service;Activate</bookmark_value>
    </bookmark>
-   <h2 id="hd _id681583933076692" localize="false">Activate</h2>
+   <h2 id="hd_id681583933076692" localize="false">Activate</h2>
    <paragraph role="paragraph" id="par_id871583933076448">Set the focus on the 
current <literal>Dialog</literal> instance. Return <literal>True</literal> if 
focusing was successful.</paragraph>
    <paragraph role="paragraph" id="par_id151598178880227" 
xml-lang="en-US">This method is called from a dialog or control event, or when 
a dialog is displayed in non-modal mode.</paragraph>
-   <h3 id="hd _id61583933076171" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
+   <h3 id="hd_id61583933076171" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
    <paragraph role="paragraph" localize="false" 
id="par_id581619625572111"><input>svc.Activate(): bool</input></paragraph>
-   <h3 id="hd _id26158393307687" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
+   <h3 id="hd_id26158393307687" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
    <bascode>
       <paragraph role="bascode" localize="false" 
id="bas_id221598179105596">Dim oDlg As Object</paragraph>
       <paragraph role="bascode" localize="false" 
id="bas_id171598179111121">Set oDlg = CreateScriptService(,, 
"myDialog")</paragraph>
@@ -427,7 +427,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id41584541257826">
       <bookmark_value>Dialog service;Controls</bookmark_value>
    </bookmark>
-   <h2 id="hd _id95158454125767" localize="false">Controls</h2>
+   <h2 id="hd_id95158454125767" localize="false">Controls</h2>
    <paragraph role="paragraph" id="par_id161584541257982">Return 
either:</paragraph>
    <list type="unordered">
       <listitem>
@@ -437,12 +437,12 @@
          <paragraph id="par_id81598185229301" role="listitem" 
xml-lang="en-US">a <literal>DialogControl</literal> class instance based on its 
name</paragraph>
       </listitem>
    </list>
-   <h3 id="hd _id601584541257443" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
+   <h3 id="hd_id601584541257443" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
    <paragraph role="paragraph" localize="false" 
id="par_id81619625753895"><input>svc.Controls(): str[0..*]</input></paragraph>
    <paragraph role="paragraph" localize="false" 
id="par_id61819625753598"><input>svc.Controls(controlname: str): 
svc</input></paragraph>
-   <h3 id="hd _id291584541257237" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functparameters"/></h3>
+   <h3 id="hd_id291584541257237" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functparameters"/></h3>
    <paragraph role="paragraph" 
id="par_id1001584541257789"><emph>ControlName</emph> : A valid control name as 
a case-sensitive string. If absent, the list of control names is returned as a 
zero-based array.</paragraph>
-   <h3 id="hd _id32158454125769" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
+   <h3 id="hd_id32158454125769" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
    <bascode>
       <paragraph role="bascode" localize="false" 
id="bas_id151598185478904">Dim myDialog As Object, myList As Variant, myControl 
As Object</paragraph>
       <paragraph role="bascode" localize="false" id="bas_id21598185484092">Set 
myDialog = CreateScriptService("SFDialogs.Dialog", , "Standard", 
"Dialog1")</paragraph>
@@ -460,14 +460,14 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id171598185776261">
       <bookmark_value>Dialog service;EndExecute</bookmark_value>
    </bookmark>
-   <h2 id="hd _id491598185776436" localize="false">EndExecute</h2>
+   <h2 id="hd_id491598185776436" localize="false">EndExecute</h2>
    <paragraph role="paragraph" id="par_id381598185776500">Ends the display of 
a modal dialog and gives back the argument as return value for the current 
<literal>Execute()</literal> running action.</paragraph>
    <paragraph role="paragraph" 
id="par_id551598185953362"><literal>EndExecute()</literal> is usually contained 
in the processing of a macro triggered by a dialog or control event.</paragraph>
-   <h3 id="hd _id16159818577649" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
+   <h3 id="hd_id16159818577649" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
    <paragraph role="paragraph" localize="false" 
id="par_id451619627879243"><input>svc.EndExecute(returnvalue: 
int)</input></paragraph>
-   <h3 id="hd _id721598185776413" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functparameters"/></h3>
+   <h3 id="hd_id721598185776413" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functparameters"/></h3>
    <paragraph role="paragraph" 
id="par_id451598185776957"><emph>returnvalue</emph>: The value passed to the 
running <literal>Execute()</literal> method.</paragraph>
-   <h3 id="hd _id771598185776435" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
+   <h3 id="hd_id771598185776435" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
    <paragraph role="paragraph" id="par_id411620110780170">Using %PRODUCTNAME 
Basic:</paragraph>
    <bascode>
       <paragraph role="bascode" localize="false" 
id="bas_id521598186134426">Sub OnEvent(poEvent As 
com.sun.star.lang.EventObject)</paragraph>
@@ -489,7 +489,7 @@
    <comment> Execute 
--------------------------------------------------------------------------------------------------------------------------
 </comment>
     <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id351598186461621">
    <bookmark_value>Dialog service;Execute</bookmark_value></bookmark>
-   <h2 id="hd _id531598186461915" localize="false">Execute</h2>
+   <h2 id="hd_id531598186461915" localize="false">Execute</h2>
    <paragraph role="paragraph" id="par_id29159818646178">Display the dialog 
box and, when modal, wait for its termination by the user. The returned value 
is either:</paragraph>
    <list type="unordered">
       <listitem>
@@ -503,11 +503,11 @@
       </listitem>
    </list>
    <paragraph role="paragraph" id="par_id741598187335869" xml-lang="en-US">For 
non-modal dialog boxes the method always returns 0 and the execution of the 
macro continues.</paragraph>
-   <h3 id="hd _id491598186461869" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
+   <h3 id="hd_id491598186461869" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
    <paragraph role="paragraph" localize="false" 
id="par_id291619628195418"><input>svc.Execute(modal: bool = True): 
int</input></paragraph>
-   <h3 id="hd _id331598186461152" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functparameters"/></h3>
+   <h3 id="hd_id331598186461152" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functparameters"/></h3>
    <paragraph role="paragraph" id="par_id11598186461227"><emph>modal</emph>: 
<literal>False</literal> when non-modal dialog. Default = 
<literal>True</literal>.</paragraph>
-   <h3 id="hd _id28159818646198" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
+   <h3 id="hd_id28159818646198" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
    <paragraph role="paragraph" id="par_id231620110023843">In this Basic 
example <literal>myDialog</literal> dialog is stored in current document's 
<literal>Standard</literal> library.</paragraph>
    <bascode>
       <paragraph role="bascode" localize="false" 
id="bas_id591598186461923">Dim oDlg As Object, lReturn As Long</paragraph>
@@ -530,11 +530,11 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id141598187953729">
       <bookmark_value>Dialog service;Terminate</bookmark_value>
    </bookmark>
-   <h2 id="hd _id101598187953201" localize="false">Terminate</h2>
+   <h2 id="hd_id101598187953201" localize="false">Terminate</h2>
    <paragraph role="paragraph" id="par_id21598187953679">Terminate the 
<literal>Dialog</literal> service for the current instance. Return 
<literal>True</literal> if the termination was successful.</paragraph>
-   <h3 id="hd _id221598187953425" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
+   <h3 id="hd_id221598187953425" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
    <paragraph role="paragraph" localize="false" 
id="par_id171619628389339"><input>svc.Terminate(): bool</input></paragraph>
-   <h3 id="hd _id361598187953840" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
+   <h3 id="hd_id361598187953840" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
    <paragraph role="paragraph" id="par_id951620300687150">Below Basic and 
Python examples open <literal>DlgConsole</literal> and 
<literal>dlgTrace</literal> non-modal dialogs. They are respectively stored in 
<literal>ScriptForge</literal> and <literal>Access2Base</literal> shared 
libraries. Dialog close buttons are disabled and explicit termination is 
performed at the end of a running process.</paragraph>
    <paragraph role="paragraph" id="par_id301620302137482">In this example a 
button in <literal>DlgConsole</literal> is substituting inhibited window 
closing:</paragraph>
    <bascode>
diff --git a/source/text/sbasic/shared/03/sf_exception.xhp 
b/source/text/sbasic/shared/03/sf_exception.xhp
index ac6425397..66158a4e3 100644
--- a/source/text/sbasic/shared/03/sf_exception.xhp
+++ b/source/text/sbasic/shared/03/sf_exception.xhp
@@ -161,7 +161,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id121582203710297">
     <bookmark_value>Exception service;Clear</bookmark_value>
   </bookmark>
-  <h2 id="hd _id791579683635979" localize="false">Clear</h2>
+  <h2 id="hd_id791579683635979" localize="false">Clear</h2>
   <paragraph role="paragraph" id="par_id271579683706571">Resets the current 
error status and clears the <literal>SF_Exception</literal> 
properties.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#Basic_Only"/>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -192,7 +192,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id9159871817936">
     <bookmark_value>Exception service;Console</bookmark_value>
   </bookmark>
-  <h2 id="hd _id971598718179751" localize="false">Console</h2>
+  <h2 id="hd_id971598718179751" localize="false">Console</h2>
   <paragraph role="paragraph" id="par_id651598718179382">Displays the console 
messages in a modal or non-modal dialog. In both modes, all the past messages 
issued by a <literal>DebugPrint()</literal> method or resulting from an 
exception are displayed. In non-modal mode, subsequent entries are added 
automatically.</paragraph>
   <paragraph role="paragraph" id="par_id161598718286205" xml-lang="en-US">If 
the console is already open, when non-modal, it is brought to the 
front.</paragraph>
   <paragraph role="paragraph" id="par_id801598718629151" xml-lang="en-US">A 
modal console can only be closed by the user. A non-modal console can either be 
closed by the user or upon macro termination.</paragraph>
@@ -218,7 +218,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id621587215098307">
     <bookmark_value>Exception service;ConsoleClear</bookmark_value>
   </bookmark>
-  <h2 id="hd _id671587215098845" localize="false">ConsoleClear</h2>
+  <h2 id="hd_id671587215098845" localize="false">ConsoleClear</h2>
   <paragraph role="paragraph" id="par_id641587215098903">Clears the console 
keeping an optional number of recent messages. If the console is activated in 
non-modal mode, it is refreshed.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id651621040714152">
@@ -243,7 +243,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id911587218077199">
     <bookmark_value>Exception service;ConsoleToFile</bookmark_value>
   </bookmark>
-  <h2 id="hd _id691587218077803" localize="false">ConsoleToFile</h2>
+  <h2 id="hd_id691587218077803" localize="false">ConsoleToFile</h2>
   <paragraph role="paragraph" id="par_id281587218077400">Exports the contents 
of the console to a text file. If the file already exists and the console is 
not empty, it will be overwritten without warning. Returns 
<literal>True</literal> if successful.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id171621042623495">
@@ -267,7 +267,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id591587218637462">
     <bookmark_value>Exception service;DebugDisplay</bookmark_value>
   </bookmark>
-  <h2 id="hd _id691587218077177" localize="false">DebugDisplay</h2>
+  <h2 id="hd_id691587218077177" localize="false">DebugDisplay</h2>
   <paragraph role="paragraph" id="par_id701621043185177">Concatenates all the 
arguments into a single human-readable string and displays it in a 
<literal>MsgBox</literal> with an Information icon and an OK button.</paragraph>
   <paragraph role="paragraph" id="par_id791621097689492">The final string is 
also added to the Console.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -292,7 +292,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id591587218637462">
     <bookmark_value>Exception service;DebugPrint</bookmark_value>
   </bookmark>
-  <h2 id="hd _id981587218637683" localize="false">DebugPrint</h2>
+  <h2 id="hd_id981587218637683" localize="false">DebugPrint</h2>
   <paragraph role="paragraph" id="par_id281587218637490">Assembles all the 
given arguments into a single human-readable string and adds it as a new entry 
in the console.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id461621042840764">
@@ -342,7 +342,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id301587219824104">
     <bookmark_value>Exception service;PythonShell</bookmark_value>
   </bookmark>
-  <h2 id="hd _id5515872198204789" localize="false">PythonShell</h2>
+  <h2 id="hd_id5515872198204789" localize="false">PythonShell</h2>
   <paragraph role="paragraph" id="par_id111621426672183">Opens an APSO Python 
shell as a non-modal window. The Python script keeps running after the shell is 
opened. The output from <literal>print</literal> statements inside the script 
are shown in the shell.</paragraph>
   <paragraph role="paragraph" id="par_id841621426922467">Only a single 
instance of the APSO Python shell can be opened at any time. Hence, if a Python 
shell is already open, then calling this method will have no effect.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#Requires_APSO"/>
@@ -369,7 +369,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id301587219824932">
     <bookmark_value>Exception service;Raise</bookmark_value>
   </bookmark>
-  <h2 id="hd _id551587219824275" localize="false">Raise</h2>
+  <h2 id="hd_id551587219824275" localize="false">Raise</h2>
   <paragraph role="paragraph" id="par_id541587219824771">Generates a run-time 
error. An error message is displayed to the user and reported in the console. 
The execution is stopped. The <literal>Raise()</literal> method can be placed 
inside the normal script flow or in a dedicated error-handling 
routine.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#Basic_Only"/>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -434,7 +434,7 @@
   <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id811587224839918">
     <bookmark_value>Exception service;RaiseWarning</bookmark_value>
   </bookmark>
-  <h2 id="hd _id391587224839449" localize="false">RaiseWarning</h2>
+  <h2 id="hd_id391587224839449" localize="false">RaiseWarning</h2>
   <paragraph role="paragraph" id="par_id1001587224839900" 
xml-lang="en-US">This method has exactly the same syntax, arguments and 
behavior as the <literal>Raise()</literal> method.</paragraph>
   <paragraph role="paragraph" id="par_id761587224839624" 
xml-lang="en-US">However, when a warning is raised, <emph>the macro execution 
is not stopped</emph>.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#Basic_Only"/>
diff --git a/source/text/sbasic/shared/03/sf_form.xhp 
b/source/text/sbasic/shared/03/sf_form.xhp
index c002d54f6..9d0a88eac 100644
--- a/source/text/sbasic/shared/03/sf_form.xhp
+++ b/source/text/sbasic/shared/03/sf_form.xhp
@@ -575,7 +575,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id721583933076548">
       <bookmark_value>Form service;Activate</bookmark_value>
    </bookmark>
-   <h2 id="hd _id681583933076692" localize="false">Activate</h2>
+   <h2 id="hd_id681583933076692" localize="false">Activate</h2>
    <paragraph role="paragraph" id="par_id871583933076448">Sets the focus on 
the current <literal>Form</literal> instance. Returns <literal>True</literal> 
if focusing was successful.</paragraph>
    <paragraph role="paragraph" id="par_id81616858956290" xml-lang="en-US">The 
behavior of the <literal>Activate</literal> method depends on the type of 
document where the form is located:</paragraph>
    <list type="unordered">
@@ -614,7 +614,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id14161686043795">
       <bookmark_value>Form service;CloseFormDocument</bookmark_value>
    </bookmark>
-   <h2 id="hd _id18161686043718" localize="false">CloseFormDocument</h2>
+   <h2 id="hd_id18161686043718" localize="false">CloseFormDocument</h2>
    <paragraph role="paragraph" id="par_id501616860541195" 
xml-lang="en-US">Closes the form document containing the actual 
<literal>Form</literal> instance. The <literal>Form</literal> instance is 
disposed.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" id="par_id811622538068303" 
localize="false"><input>svc.CloseFormDocument(): bool</input></paragraph>
@@ -633,7 +633,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id41584541257826">
       <bookmark_value>Form service;Controls</bookmark_value>
    </bookmark>
-   <h2 id="hd _id95158454125767" localize="false">Controls</h2>
+   <h2 id="hd_id95158454125767" localize="false">Controls</h2>
    <paragraph role="paragraph" id="par_id161584541257982">The value returned 
by the <literal>Controls</literal> method depends on the arguments 
provided:</paragraph>
    <list type="unordered">
       <listitem>
@@ -666,7 +666,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id941616861134691">
       <bookmark_value>Form service;GetDatabase</bookmark_value>
    </bookmark>
-   <h2 id="hd _id141616861134554" localize="false">GetDatabase</h2>
+   <h2 id="hd_id141616861134554" localize="false">GetDatabase</h2>
    <paragraph role="paragraph" id="par_id291616861407907" 
xml-lang="en-US">Return a <link href="text/sbasic/shared/03/sf_database.xhp" 
name="DBService"><literal>SFDatabases</literal>.<literal>Database</literal></link>
 instance giving access to the execution of SQL commands on the database the 
current form is connected to and/or that is stored in the current Base 
document.</paragraph>
    <paragraph role="paragraph" id="par_id991616861417207" 
xml-lang="en-US">Each form has its own database connection, except in Base 
documents where they all share the same connection.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -688,7 +688,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id671616861787529">
       <bookmark_value>Form service;MoveFirst</bookmark_value>
    </bookmark>
-   <h2 id="hd _id591616861787279" localize="false">MoveFirst</h2>
+   <h2 id="hd_id591616861787279" localize="false">MoveFirst</h2>
    <paragraph role="paragraph" id="par_id771616861842867" xml-lang="en-US">The 
form cursor is positioned on the first record. Returns <literal>True</literal> 
if successful.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" id="par_id101622549004980" 
localize="false"><input>svc.MoveFirst(): bool</input></paragraph>
@@ -706,7 +706,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id551616863143388">
       <bookmark_value>Form service;MoveLast</bookmark_value>
    </bookmark>
-   <h2 id="hd _id831616863143434" localize="false">MoveLast</h2>
+   <h2 id="hd_id831616863143434" localize="false">MoveLast</h2>
    <paragraph role="paragraph" id="par_id331616863143187" xml-lang="en-US">The 
form cursor is positioned on the last record. Returns <literal>True</literal> 
if successful.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" id="par_id931622549019307" 
localize="false"><input>svc.MoveLast(): bool</input></paragraph>
@@ -724,7 +724,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id231616863143638">
       <bookmark_value>Form service;MoveNew</bookmark_value>
    </bookmark>
-   <h2 id="hd _id41161686314366" localize="false">MoveNew</h2>
+   <h2 id="hd_id41161686314366" localize="false">MoveNew</h2>
    <paragraph role="paragraph" id="par_id361616863143954" xml-lang="en-US">The 
form cursor is positioned on the new record area. Returns 
<literal>True</literal> if successful.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" id="par_id131622549039501" 
localize="false"><input>svc.MoveNew(): bool</input></paragraph>
@@ -742,7 +742,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id171616863143921">
       <bookmark_value>Form service;MoveNext</bookmark_value>
    </bookmark>
-   <h2 id="hd _id111616863143256" localize="false">MoveNext</h2>
+   <h2 id="hd_id111616863143256" localize="false">MoveNext</h2>
    <paragraph role="paragraph" id="par_id541616863143461" xml-lang="en-US">The 
form cursor is positioned on the next record. Returns <literal>True</literal> 
if successful.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" id="par_id291622549045804" 
localize="false"><input>svc.MoveNext(opt offset: int): bool</input></paragraph>
@@ -762,7 +762,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id71161686379488">
       <bookmark_value>Form service;MovePrevious</bookmark_value>
    </bookmark>
-   <h2 id="hd _id371616863794447" localize="false">MovePrevious</h2>
+   <h2 id="hd_id371616863794447" localize="false">MovePrevious</h2>
    <paragraph role="paragraph" id="par_id616168637945" xml-lang="en-US">The 
form cursor is positioned on the previous record. Returns 
<literal>True</literal> if successful.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" id="par_id981622549054028" 
localize="false"><input>svc.MovePrevious(opt offset: int): 
bool</input></paragraph>
@@ -781,7 +781,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id741616864216894">
       <bookmark_value>Form service;Requery</bookmark_value>
    </bookmark>
-   <h2 id="hd _id551616864216705" localize="false">Requery</h2>
+   <h2 id="hd_id551616864216705" localize="false">Requery</h2>
    <paragraph role="paragraph" id="par_id811616864216529" 
xml-lang="en-US">Reloads the current data from the database and refreshes the 
form. The cursor is positioned on the first record. Returns 
<literal>True</literal> if successful.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" localize="false" 
id="par_id731622550132517">svc.Requery(): bool</paragraph>
@@ -799,7 +799,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id441616864510542">
       <bookmark_value>Form service;Subforms</bookmark_value>
    </bookmark>
-   <h2 id="hd _id241616864510145" localize="false">Subforms</h2>
+   <h2 id="hd_id241616864510145" localize="false">Subforms</h2>
    <paragraph role="paragraph" id="par_id891616864510614">The value returned 
by the <literal>Subforms</literal> method depends on the arguments 
provided:</paragraph>
    <list type="unordered">
       <listitem>
diff --git a/source/text/sbasic/shared/03/sf_formcontrol.xhp 
b/source/text/sbasic/shared/03/sf_formcontrol.xhp
index afc8ba2b7..8c6a81394 100644
--- a/source/text/sbasic/shared/03/sf_formcontrol.xhp
+++ b/source/text/sbasic/shared/03/sf_formcontrol.xhp
@@ -1060,7 +1060,7 @@
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id41584541257826">
       <bookmark_value>FormControl service;Controls</bookmark_value>
    </bookmark>
-   <h2 id="hd _id95158454125767" localize="false">Controls</h2>
+   <h2 id="hd_id95158454125767" localize="false">Controls</h2>
    <paragraph role="paragraph" id="par_id161584541257982">This method is 
applicable only to controls of the <literal>TableControl</literal> type. The 
returned value depends on the arguments provided.</paragraph>
    <paragraph role="paragraph" id="par_id701618777636827">If the optional 
argument <literal>controlname</literal> is absent, then a zero-based Array 
containing the names of all controls is returned.</paragraph>
    <paragraph role="paragraph" id="par_id851618777715892">On the other hand, 
if a <literal>controlname</literal> is provided, the method returns a 
<literal>FormControl</literal> class instance corresponding to the specified 
control.</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_methods.xhp 
b/source/text/sbasic/shared/03/sf_methods.xhp
index 43bf60895..219669b9f 100644
--- a/source/text/sbasic/shared/03/sf_methods.xhp
+++ b/source/text/sbasic/shared/03/sf_methods.xhp
@@ -32,7 +32,7 @@
     <h2 id="hd_id1001623415980365">Basic only service method</h2>
     <paragraph role="paragraph" id="par_id791623418737799">Typographical 
characters such as brackets, ellipsis or curly braces denote optional, 
repetitive or compulsory arguments:</paragraph>
     <embed href="text/sbasic/shared/conventions.xhp#Typography"/>
-    <h3 id="hd _id511616863794613" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
+    <h3 id="hd_id511616863794613" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
     <bascode>
        <paragraph role="bascode" localize="false" 
id="bas_id241623422100136">FSO.HashFile(FileName As String, _</paragraph>
        <paragraph role="bascode" localize="false" id="bas_id101623423263928">  
  Algorithm As String = {MD5|SHA1|SHA224|SHA256|SHA384|SHA512}) As 
String</paragraph>
@@ -203,7 +203,7 @@
        </tablecell>
     </tablerow>
   </table>
-  <h3 id="hd _id622616863794724" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
+  <h3 id="hd_id622616863794724" localize="false"><embedvar 
href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
   <paragraph role="paragraph" localize="false" 
id="par_id261623421276448"><input>svc.Forms( opt form: any ): 
svc[0..*]</input></paragraph>
   <paragraph role="paragraph" localize="false" 
id="par_id921623420866535"><input>svc.MsgBox( prompt: str, buttons = svc.MB_OK 
, opt title: str ): opt str</input></paragraph>
   <paragraph role="paragraph" localize="false" 
id="par_id641623420867288"><input>svc.InputBox( prompt: str, default = "", [ 
title: str ], [ xpostwips: int, ypostwips: int ] ): str</input></paragraph>

Reply via email to