summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/text/sbasic/guide/sample_code.xhp4
-rw-r--r--source/text/sbasic/python/python_import.xhp2
-rw-r--r--source/text/sbasic/shared/03101100.xhp2
-rw-r--r--source/text/sbasic/shared/03120411.xhp2
-rw-r--r--source/text/scalc/01/04060107.xhp4
-rw-r--r--source/text/scalc/01/04060183.xhp2
-rw-r--r--source/text/scalc/01/04060185.xhp2
-rw-r--r--source/text/scalc/01/func_imcot.xhp2
-rw-r--r--source/text/sdatabase/dabawiz02oracle.xhp2
-rw-r--r--source/text/sdatabase/dabawiz02text.xhp2
-rw-r--r--source/text/shared/01/05020301.xhp2
11 files changed, 13 insertions, 13 deletions
diff --git a/source/text/sbasic/guide/sample_code.xhp b/source/text/sbasic/guide/sample_code.xhp
index 3b38f6946c..b6721f2dc8 100644
--- a/source/text/sbasic/guide/sample_code.xhp
+++ b/source/text/sbasic/guide/sample_code.xhp
@@ -40,7 +40,7 @@
<section id="samplecode">
<paragraph role="heading" id="hd_id3155338" xml-lang="en-US" level="1"><variable id="sample_code"><link href="text/sbasic/guide/sample_code.xhp">Programming Examples for Controls in the Dialog Editor</link>
</variable></paragraph>
-</section>
+</section>
<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US">The following examples are for a new <link href="text/sbasic/guide/create_dialog.xhp">dialog</link> called "Dialog1". Use the tools on the <emph>Toolbox</emph> bar in the dialog editor to create the dialog and add the following controls: a <emph>Check Box</emph> called "CheckBox1", a <emph>Label Field</emph> called "Label1", a <emph>Button</emph> called "CommandButton1", and a <emph>List Box</emph> called "ListBox1".</paragraph>
<paragraph role="warning" id="par_id3154141" xml-lang="en-US">Be consistent with uppercase and lowercase letter when you attach a control to an object variable.</paragraph>
<paragraph role="heading" id="hd_id3154909" xml-lang="en-US" level="3">Global Function for Loading Dialogs</paragraph>
@@ -76,7 +76,7 @@
<bascode>
<paragraph role="bascode" id="par_id3159267" xml-lang="en-US" localize="false">Sub Sample1</paragraph>
<paragraph role="bascode" id="par_id6715588" xml-lang="en-US" localize="false"> With GlobalScope.Basiclibraries</paragraph>
-<paragraph role="bascode" id="par_id3148576" xml-lang="en-US" localize="false"> If Not .IsLibraryLoaded("Tools") Then .LoadLibrary("Tools")</paragraph>
+<paragraph role="bascode" id="par_id1148578" xml-lang="en-US" localize="false"> If Not .IsLibraryLoaded("Tools") Then .LoadLibrary("Tools")</paragraph>
<paragraph role="bascode" id="par_id5815588" xml-lang="en-US" localize="false"> End With</paragraph>
<paragraph role="bascode" id="par_id3163808" xml-lang="en-US" localize="false"> oDialog1 = Tools.LoadDialog("Standard", "Dialog1")</paragraph>
<paragraph role="bascode" id="par_id3145232" xml-lang="en-US"> REM get dialog model</paragraph>
diff --git a/source/text/sbasic/python/python_import.xhp b/source/text/sbasic/python/python_import.xhp
index da92932beb..ad53db487c 100644
--- a/source/text/sbasic/python/python_import.xhp
+++ b/source/text/sbasic/python/python_import.xhp
@@ -66,7 +66,7 @@
<paragraph role="paragraph" id="N0535">Importing a Python document embedded module is illustrated below. Error handling is not detailed. Python run time path is updated when document has been opened and before closure. Refer to <link href="text/sbasic/shared/01040000.xhp">Event-Driven Macros</link> to learn how to associate Python macros to document events.</paragraph>
<pycode>
<paragraph role="pycode" localize="false" id="N0536"># -*- coding: utf-8 -*-</paragraph>
- <paragraph role="pycode" localize="false" id="N0536">from __future__ import unicode_literals</paragraph>
+ <paragraph role="pycode" localize="false" id="N0533">from __future__ import unicode_literals</paragraph>
<paragraph role="pycode" localize="false" id="N0537"> </paragraph>
<paragraph role="pycode" localize="false" id="N0538">import sys, uno</paragraph>
<paragraph role="pycode" localize="false" id="N0539"> </paragraph>
diff --git a/source/text/sbasic/shared/03101100.xhp b/source/text/sbasic/shared/03101100.xhp
index 82ddc1f24b..2500d928ad 100644
--- a/source/text/sbasic/shared/03101100.xhp
+++ b/source/text/sbasic/shared/03101100.xhp
@@ -59,7 +59,7 @@
<paragraph id="par_idm1341571778" role="bascode" localize="false">DefCur c,l-m</paragraph>
<paragraph id="par_idm1341571888" role="bascode" localize="false">DefDate t</paragraph>
<paragraph id="par_idm1341570656" role="bascode" localize="false">DefDbl f</paragraph>
- <paragraph id="par_idm1341570656" role="bascode" localize="false">DefErr e</paragraph>
+ <paragraph id="par_idm1341570657" role="bascode" localize="false">DefErr e</paragraph>
<paragraph id="par_idm1341569424" role="bascode" localize="false">DefInt i-k,N</paragraph>
<paragraph id="par_idm1341568192" role="bascode" localize="false">DefLng x-z, D</paragraph>
<paragraph id="par_idm1341566960" role="bascode" localize="false">DefObj U, o-R</paragraph>
diff --git a/source/text/sbasic/shared/03120411.xhp b/source/text/sbasic/shared/03120411.xhp
index 40300eaed0..31327d0466 100644
--- a/source/text/sbasic/shared/03120411.xhp
+++ b/source/text/sbasic/shared/03120411.xhp
@@ -64,7 +64,7 @@
<paragraph id="par_id31541255547" role="bascode" xml-lang="en-US"> iPos = InStrRev(sInput,"the",10,1) ' Returns 1, search is case-insensitive</paragraph>
<paragraph id="par_idm1341605120" role="bascode" localize="false" xml-lang="en-US"> Print iPos </paragraph>
<paragraph id="par_id05192017032" role="bascode" xml-lang="en-US"> iPos = InStrRev(sInput,"the",10,0) ' Returns 0, search is case-sensitive</paragraph>
-<paragraph id="par_id05192017032" role="bascode" localize="false" xml-lang="en-US"> Print iPos</paragraph>
+<paragraph id="par_id05192017033" role="bascode" localize="false" xml-lang="en-US"> Print iPos</paragraph>
<paragraph id="par_idm1341603888" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
diff --git a/source/text/scalc/01/04060107.xhp b/source/text/scalc/01/04060107.xhp
index 08eabd6926..079811675f 100644
--- a/source/text/scalc/01/04060107.xhp
+++ b/source/text/scalc/01/04060107.xhp
@@ -699,7 +699,7 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph id="par_idN21B70" role="tablehead" localize="false" xml-lang="en-US">9</paragraph>
+ <paragraph id="par_idN21B71" role="tablehead" localize="false" xml-lang="en-US">9</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_idN31B6F" role="tablecontent" localize="false" xml-lang="en-US"><item type="input">4</item></paragraph>
@@ -1034,7 +1034,7 @@
<paragraph id="par_idN11B2F" role="tablehead" localize="false">A</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_idN11B35" role="tablehead" localize="false">B</paragraph>
+ <paragraph id="par_idN11B36" role="tablehead" localize="false">B</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_idN11B3B" role="tablehead" localize="false">C</paragraph>
diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp
index c13d0a6fed..b0c96d5c13 100644
--- a/source/text/scalc/01/04060183.xhp
+++ b/source/text/scalc/01/04060183.xhp
@@ -316,7 +316,7 @@
<embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>
<embed href="text/scalc/00/avail_release.xhp#4.3"/>
<embed href="text/scalc/01/common_func.xhp#notODFF"/>
-<paragraph role="paragraph" id="par_id341670873986703" localize="false"><literal>COM.MICROSOFT.LOGNORM.DIST</literal></paragraph>
+<paragraph role="paragraph" id="par_id341670873986704" localize="false"><literal>COM.MICROSOFT.LOGNORM.DIST</literal></paragraph>
</section>
</sort>
<section id="relatedtopics">
diff --git a/source/text/scalc/01/04060185.xhp b/source/text/scalc/01/04060185.xhp
index 97ba4ce5a7..fa3662d734 100644
--- a/source/text/scalc/01/04060185.xhp
+++ b/source/text/scalc/01/04060185.xhp
@@ -436,7 +436,7 @@
<embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>
<embed href="text/scalc/00/avail_release.xhp#4.3"/>
<embed href="text/scalc/01/common_func.xhp#notODFF"/>
- <paragraph role="paragraph" id="par_id341000873986703" localize="false"><literal>COM.MICROSOFT.T.INV</literal></paragraph>
+ <paragraph role="paragraph" id="par_id341000873986704" localize="false"><literal>COM.MICROSOFT.T.INV</literal></paragraph>
</section>
<section id="tdotinvdot2t">
<bookmark xml-lang="en-US" branch="index" id="bm_id2849579">
diff --git a/source/text/scalc/01/func_imcot.xhp b/source/text/scalc/01/func_imcot.xhp
index 7155400177..20d572a62c 100644
--- a/source/text/scalc/01/func_imcot.xhp
+++ b/source/text/scalc/01/func_imcot.xhp
@@ -63,7 +63,7 @@
</paragraph>
<embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
- <paragraph id="par_id766137661376613" role="paragraph" localize="false" xml-lang="en-US">
+ <paragraph id="par_id766137661376614" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imtan.xhp#imtan_head"/>
</paragraph>
</section>
diff --git a/source/text/sdatabase/dabawiz02oracle.xhp b/source/text/sdatabase/dabawiz02oracle.xhp
index efe7aae2e4..988bc8fc10 100644
--- a/source/text/sdatabase/dabawiz02oracle.xhp
+++ b/source/text/sdatabase/dabawiz02oracle.xhp
@@ -55,6 +55,6 @@
<h2 id="par_idN10630">Test Class</h2>
<paragraph role="paragraph" id="par_idN10634" xml-lang="en-US"><ahelp hid=".">Tests the connection with the current settings.</ahelp></paragraph>
<paragraph role="paragraph" id="par_idN10637" xml-lang="en-US"><link href="text/sdatabase/dabawiz03auth.xhp">Authentication</link></paragraph>
-<paragraph role="paragraph" localize="false" id="par_idN1061A" xml-lang="en-US"><embedvar href="text/sdatabase/dabawiz00.xhp#databasewizardh1"/></paragraph>
+<paragraph role="paragraph" localize="false" id="par_idN1061B" xml-lang="en-US"><embedvar href="text/sdatabase/dabawiz00.xhp#databasewizardh1"/></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/dabawiz02text.xhp b/source/text/sdatabase/dabawiz02text.xhp
index 18b734d57c..6d8ef04cf1 100644
--- a/source/text/sdatabase/dabawiz02text.xhp
+++ b/source/text/sdatabase/dabawiz02text.xhp
@@ -62,6 +62,6 @@
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/textpage/thousandsseparator" id="bm_id3153897" localize="false"/>
<h2 id="par_idN105D3">Thousands separator</h2>
<paragraph role="paragraph" id="par_idN105D7" xml-lang="en-US"><ahelp hid=".">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp></paragraph>
-<paragraph role="paragraph" localize="false" id="par_idN1061A" xml-lang="en-US"><embedvar href="text/sdatabase/dabawiz00.xhp#databasewizardh1"/></paragraph>
+<paragraph role="paragraph" localize="false" id="par_idN1061B" xml-lang="en-US"><embedvar href="text/sdatabase/dabawiz00.xhp#databasewizardh1"/></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp
index 5abf15e519..95941e2262 100644
--- a/source/text/shared/01/05020301.xhp
+++ b/source/text/shared/01/05020301.xhp
@@ -2575,7 +2575,7 @@
<paragraph id="par_id3158315" role="paragraph" xml-lang="en-US">If the value is outside the limits for the selected format the following error code is shown:</paragraph>
-<paragraph id="par_id3158316" role="code" localize="false" xml-lang="en-US">#FMT</paragraph>
+<paragraph id="par_id3158317" role="code" localize="false" xml-lang="en-US">#FMT</paragraph>
</section>