diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-01-28 15:19:28 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-01-28 15:27:22 -0600 |
commit | 9438da88cd6f21fce3778601164b817e9a1d72de (patch) | |
tree | 59043618fca050a22587512432a91142b2776f50 | |
parent | e0909dbaa69b546d27b5aa52befd1df99085d950 (diff) |
A couple of articles and tag vomit cleanup
Change-Id: I5e3d9c7f9ce78807d1acfa190a740f41ddd8a378
-rw-r--r-- | source/text/sbasic/shared/GetPathSeparator.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/compatible.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/12010100.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/GetPathSeparator.xhp b/source/text/sbasic/shared/GetPathSeparator.xhp index 6efe464561..97b22e5768 100644 --- a/source/text/sbasic/shared/GetPathSeparator.xhp +++ b/source/text/sbasic/shared/GetPathSeparator.xhp @@ -51,7 +51,7 @@ It is recommended to use: </paragraph> <paragraph role="paragraph" id="N0018"> - <link href="text/sbasic/shared/03120313.xhp" name ="external">ConvertFromURL</link> function to convert a file URL to system file name. + <link href="text/sbasic/shared/03120313.xhp" name ="external">ConvertFromURL</link> function to convert a file URL to a system file name. </paragraph> <paragraph role="paragraph" id="N0019"> <link href="text/sbasic/shared/03120312.xhp" name ="external">ConvertToURL</link> function to convert a system file name to a file URL. diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp index d533ceaf72..a2655de54a 100644 --- a/source/text/sbasic/shared/compatible.xhp +++ b/source/text/sbasic/shared/compatible.xhp @@ -23,7 +23,7 @@ <section id="optioncompatiblestatement"> <h1 id="N0104"><variable id="compatiblestatement"><link href="text/sbasic/shared/compatible.xhp" name="compatible">Option Compatible Statement</link></variable></h1> - <paragraph role="paragraph" id="N0106"><literal>Option Compatible</literal> turns on VBA compatible Basic compiler mode at module level. Function <literal>CompatibilityMode()</literal> controls runtime mode and affects all code executed after setting or resetting the mode.</paragraph> + <paragraph role="paragraph" id="N0106"><literal>Option Compatible</literal> turns on the VBA-compatible Basic compiler mode at the module level. The function <literal>CompatibilityMode()</literal> controls runtime mode and affects all code executed after setting or resetting the mode.</paragraph> </section> <embed href="text/sbasic/shared/00000003.xhp#beforeexecutable"/> <paragraph role="paragraph" id="N0107">This option may affect or assist in the following situations:</paragraph> diff --git a/source/text/scalc/01/12010100.xhp b/source/text/scalc/01/12010100.xhp index c41bd360f1..57b2a0573c 100644 --- a/source/text/scalc/01/12010100.xhp +++ b/source/text/scalc/01/12010100.xhp @@ -36,7 +36,7 @@ <bookmark branch="hid/modules/scalc/ui/definedatabaserangedialog/ContainsColumnLabels" xml-lang="en-US" id="bm_id3150399" localize="false"/><paragraph role="heading" level="3" id="hd_id3153379" xml-lang="en-US">Contains column labels</paragraph> <paragraph role="paragraph" id="par_id3148798" xml-lang="en-US"><ahelp hid="modules/scalc/ui/definedatabaserangedialog/ContainsColumnLabels" visibility="visible">Selected cell ranges contains labels.</ahelp></paragraph> <bookmark branch="hid/modules/scalc/ui/definedatabaserangedialog/InsertOrDeleteCells" xml-lang="en-US" id="bm_id3156422" localize="false"/><paragraph role="heading" level="3" id="hd_id3153970" xml-lang="en-US">Insert or delete cells</paragraph> - <paragraph xml-lang="en-US" role="paragraph" id="par_id3154684"><ahelp hid="modules/scalc/ui/definedatabaserangedialog/InsertOrDeleteCells" visibility="visible">Automatically inserts new rows and columns into the database range in your document when new records are added to the database.</ahelp> To manually update the database range, choose <emph>Data - Refresh</emph> <emph>Range</emph>.</paragraph> + <paragraph xml-lang="en-US" role="paragraph" id="par_id3154684"><ahelp hid="modules/scalc/ui/definedatabaserangedialog/InsertOrDeleteCells" visibility="visible">Automatically inserts new rows and columns into the database range in your document when new records are added to the database.</ahelp> To manually update the database range, choose <emph>Data - Refresh Range</emph>.</paragraph> <bookmark branch="hid/modules/scalc/ui/definedatabaserangedialog/KeepFormatting" xml-lang="en-US" id="bm_id3151117" localize="false"/><paragraph role="heading" level="3" id="hd_id3153768" xml-lang="en-US">Keep formatting</paragraph> <paragraph role="paragraph" id="par_id3147435" xml-lang="en-US"><ahelp hid="modules/scalc/ui/definedatabaserangedialog/KeepFormatting" visibility="visible">Applies the existing cell format of headers and first data row to the whole database range.</ahelp></paragraph> <bookmark branch="hid/modules/scalc/ui/definedatabaserangedialog/DontSaveImportedData" xml-lang="en-US" id="bm_id3145748" localize="false"/><paragraph role="heading" level="3" id="hd_id3155856" xml-lang="en-US">Don't save imported data</paragraph> |