Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Feeling like a real hacker (because of the T-Shirt), I have edited,
committed and patched everything while on the bus to Lubeck Airport.

Help files need some real love, after the cleaning of the useless
comments. Although I am not a hacker (a T-Shirt is not enough), the more
I am looking into Help files the more I understand the logic (although
weird) and realize how unnecessarily complicated they are.

Still some 1500 comments to look at.

-- 
Italo Vignoli - italo@italovignoli.com
mob +39.348.5653829 - VoIP 5316436@messagenet.it
skype italovignoli - gtalk italo.vignoli@gmail.com
From eeb30107415234bb573438fa8959baf6b76dab6e Mon Sep 17 00:00:00 2001
From: Italo Vignoli <italo@italovignoli.com>
Date: Sun, 15 Apr 2012 16:12:17 +0200
Subject: [PATCH] Cleaned Basic Help files from useless comments. Left some
 comments for a further check after end of useless comments
 cleaning process.

---
 .../source/text/sbasic/shared/01/06130000.xhp      |    2 +-
 .../source/text/sbasic/shared/01020100.xhp         |    5 +--
 .../source/text/sbasic/shared/01170100.xhp         |    2 +-
 .../source/text/sbasic/shared/01170101.xhp         |   40 ++++++++++----------
 .../source/text/sbasic/shared/01170103.xhp         |    2 +-
 .../source/text/sbasic/shared/02/11080000.xhp      |    2 +-
 .../source/text/sbasic/shared/02/20000000.xhp      |    6 +--
 .../source/text/sbasic/shared/03010103.xhp         |    2 +-
 .../source/text/sbasic/shared/03020000.xhp         |    2 +-
 .../source/text/sbasic/shared/03020103.xhp         |    4 +-
 .../source/text/sbasic/shared/03020200.xhp         |    2 +-
 .../source/text/sbasic/shared/03020202.xhp         |    2 +-
 .../source/text/sbasic/shared/03020203.xhp         |    2 +-
 .../source/text/sbasic/shared/03020205.xhp         |    2 +-
 .../source/text/sbasic/shared/03020304.xhp         |    3 +-
 .../source/text/sbasic/shared/03020305.xhp         |    2 +-
 .../source/text/sbasic/shared/03020401.xhp         |    2 +-
 .../source/text/sbasic/shared/03020412.xhp         |    2 +-
 .../source/text/sbasic/shared/03030101.xhp         |    2 +-
 .../source/text/sbasic/shared/03050500.xhp         |    2 +-
 .../source/text/sbasic/shared/03060200.xhp         |    2 +-
 .../source/text/sbasic/shared/03102100.xhp         |    2 +-
 .../source/text/sbasic/shared/03102101.xhp         |    2 +-
 .../source/text/sbasic/shared/03120101.xhp         |    2 +-
 .../source/text/sbasic/shared/03120300.xhp         |    2 +-
 .../source/text/sbasic/shared/03120306.xhp         |    2 +-
 .../source/text/sbasic/shared/03120401.xhp         |    4 +-
 .../source/text/sbasic/shared/03132200.xhp         |    2 +-
 .../source/text/sbasic/shared/03132500.xhp         |    2 +-
 .../source/text/sbasic/shared/05060700.xhp         |    2 +-
 helpcontent2/source/text/sbasic/shared/keys.xhp    |    2 +-
 31 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/helpcontent2/source/text/sbasic/shared/01/06130000.xhp 
b/helpcontent2/source/text/sbasic/shared/01/06130000.xhp
index ccaffc5..8afbd7c 100644
--- a/helpcontent2/source/text/sbasic/shared/01/06130000.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01/06130000.xhp
@@ -44,7 +44,7 @@
 <body>
 <bookmark xml-lang="en-US" branch="index" id="bm_id3145786"><bookmark_value>macros; Basic 
IDE</bookmark_value>
 <bookmark_value>Basic IDE; macros</bookmark_value>
-</bookmark><comment>ufi: this file needs more work, see i62546</comment>
+</bookmark><comment>this file needs more work, see i62546</comment>
 <paragraph role="heading" id="hd_id3145786" xml-lang="en-US" level="1" l10n="U" 
oldref="1">Macro</paragraph>
 <paragraph role="paragraph" id="par_id3152886" xml-lang="en-US" l10n="CHG" oldref="2"><variable 
id="makro"><ahelp hid=".">Opens the <emph>Macro </emph>dialog, where you can create, edit, 
organize, and run $[officename] Basic macros.</ahelp>
 </variable></paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/01020100.xhp 
b/helpcontent2/source/text/sbasic/shared/01020100.xhp
index 7bcd2ae..60fc9a1 100644
--- a/helpcontent2/source/text/sbasic/shared/01020100.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01020100.xhp
@@ -213,8 +213,7 @@
 <paragraph role="code" id="par_id3156365" xml-lang="en-US" l10n="U" oldref="49">Dim Variable as 
Long</paragraph>
 <paragraph role="heading" id="hd_id7596972" xml-lang="en-US" level="3" l10n="NEW">Decimal 
Variables<comment>see i64349</comment></paragraph>
 <paragraph role="paragraph" id="par_id2649311" xml-lang="en-US" l10n="NEW">Decimal variables can 
take positive or negative numbers or zero. Accuracy is up to 29 
digits.</paragraph><comment>i85284</comment><paragraph role="paragraph" id="par_id7617114" 
xml-lang="en-US" l10n="NEW">You can use plus (+) or minus (-) signs as prefixes for decimal numbers 
(with or without spaces).</paragraph>
-<paragraph role="paragraph" id="par_id1593676" xml-lang="en-US" l10n="NEW">If a decimal number is 
assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down.<comment>this is 
the only information from "Programming Guide
-for BASIC" about decimal variables</comment></paragraph>
+<paragraph role="paragraph" id="par_id1593676" xml-lang="en-US" l10n="NEW">If a decimal number is 
assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or 
down.<comment>information from "Programming Guide for BASIC" about decimal 
variables</comment></paragraph>
 <paragraph role="heading" id="hd_id3147500" xml-lang="en-US" level="3" l10n="U" oldref="50">Single 
Variables</paragraph>
 <paragraph role="paragraph" id="par_id3153070" xml-lang="en-US" l10n="U" oldref="51">Single 
variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 
10E-45. Single variables are floating-point variables, in which the decimal precision decreases as 
the non-decimal part of the number increases. Single variables are suitable for mathematical 
calculations of average precision. Calculations require more time than for Integer variables, but 
are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. 
The type-declaration character is "!".</paragraph>
 <paragraph role="code" id="par_id3149875" xml-lang="en-US" l10n="U" oldref="52">Dim 
Variable!</paragraph>
@@ -282,7 +281,7 @@ for BASIC" about decimal variables</comment></paragraph>
 </tablecell>
 </tablerow>
 </table>
-<paragraph role="paragraph" id="par_id3153005" xml-lang="en-US" l10n="CHG" oldref="90">The index 
range can include positive as well as negative numbers. <comment>UFI: deleted second sentence, 
#i36558#</comment></paragraph>
+<paragraph role="paragraph" id="par_id3153005" xml-lang="en-US" l10n="CHG" oldref="90">The index 
range can include positive as well as negative numbers. <comment>i36558</comment></paragraph>
 <paragraph role="heading" id="hd_id3154507" xml-lang="en-US" level="2" l10n="U" 
oldref="91">Constants</paragraph>
 <paragraph role="paragraph" id="par_id3156357" xml-lang="en-US" l10n="U" oldref="92">Constants 
have a fixed value. They are only defined once in the program and cannot be redefined 
later:</paragraph>
 <paragraph role="code" id="par_id3153203" xml-lang="en-US" l10n="U" oldref="93">CONST 
ConstName=Expression</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/01170100.xhp 
b/helpcontent2/source/text/sbasic/shared/01170100.xhp
index e57e5ca..de197f7 100644
--- a/helpcontent2/source/text/sbasic/shared/01170100.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01170100.xhp
@@ -46,7 +46,7 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3153379"><bookmark_value>controls; 
properties</bookmark_value>
 <bookmark_value>properties; controls and dialogs</bookmark_value>
 <bookmark_value>dialogs; properties</bookmark_value>
-</bookmark><comment>UFI: removed help id</comment>
+</bookmark>
 <paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="1" l10n="U" oldref="1"><link 
href="text/sbasic/shared/01170100.xhp" name="Control and Dialog Properties">Control and Dialog 
Properties</link></paragraph>
 </section>
 <paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp 
hid=".">Specifies the properties of the selected dialog or control.</ahelp> You must be in the 
design mode to be able to use this command.</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/01170101.xhp 
b/helpcontent2/source/text/sbasic/shared/01170101.xhp
index b4b0eb0..1f8cf61 100644
--- a/helpcontent2/source/text/sbasic/shared/01170101.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01170101.xhp
@@ -52,21 +52,21 @@
 <paragraph role="heading" id="hd_id3153189" xml-lang="en-US" level="2" l10n="U" 
oldref="76">AutoFill</paragraph>
 <paragraph role="paragraph" id="par_id3152460" xml-lang="en-US" l10n="CHG" oldref="77"><ahelp 
hid=".">Select "Yes" to enable the AutoFill function for the selected control. </ahelp></paragraph>
 </section>
-<section id="Section62"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3155307" xml-lang="en-US" level="2" l10n="U" oldref="3">Background color</paragraph>
+<section id="Section62"><paragraph role="heading" id="hd_id3155307" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Background color</paragraph>
 <paragraph role="paragraph" id="par_id3145251" xml-lang="en-US" l10n="CHG" oldref="4"><ahelp 
hid=".">Specify the background color for the current control.</ahelp></paragraph>
 </section>
 <section id="Section61">
 <paragraph role="heading" id="hd_id3151076" xml-lang="en-US" level="2" l10n="CHG" 
oldref="263">Large change</paragraph>
 <paragraph role="paragraph" id="par_id3148457" xml-lang="en-US" l10n="CHG" oldref="262"><ahelp 
hid=".">Specify the number of units to scroll when a user clicks in the area between the slider and 
the arrows on a scrollbar.</ahelp></paragraph>
 </section>
-<section id="Section60"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3153876" xml-lang="en-US" level="2" l10n="U" oldref="139">Border</paragraph>
+<section id="Section60"><paragraph role="heading" id="hd_id3153876" xml-lang="en-US" level="2" 
l10n="U" oldref="139">Border</paragraph>
 <paragraph role="paragraph" id="par_id3154017" xml-lang="en-US" l10n="CHG" oldref="140"><ahelp 
hid=".">Specify the border type for the current control.</ahelp></paragraph>
 </section>
 <section id="Section59">
 <paragraph role="heading" id="hd_id3150749" xml-lang="en-US" level="2" l10n="U" oldref="23">Button 
type</paragraph>
 <paragraph role="paragraph" id="par_id3155064" xml-lang="en-US" l10n="CHG" oldref="24"><ahelp 
hid=".">Select a button type. Button types determine what type of action is 
initiated.</ahelp></paragraph>
 </section>
-<section id="Section58"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3149019" xml-lang="en-US" level="2" l10n="U" oldref="5">Character set</paragraph>
+<section id="Section58"><paragraph role="heading" id="hd_id3149019" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Character set</paragraph>
 <paragraph role="paragraph" id="par_id3148406" xml-lang="en-US" l10n="CHG" oldref="6"><ahelp 
hid=".">Select the font to be used for displaying the contents of the current 
control.</ahelp></paragraph>
 </section>
 <section id="Section57">
@@ -74,8 +74,8 @@
 <paragraph role="paragraph" id="par_id3146315" xml-lang="en-US" l10n="CHG" oldref="150"><ahelp 
hid=".">Enter the currency symbol to be used for currency controls.</ahelp></paragraph>
 </section>
 <section id="Section44">
-<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_DATE" id="bm_id856349" 
localize="false"/><comment>inserted Help ID for this Dialog Editor property in this file 
only</comment><paragraph role="heading" id="hd_id7936643" xml-lang="en-US" level="2" 
l10n="NEW">Date</paragraph>
-<paragraph role="paragraph" id="par_id2293771" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Specify 
the default date to be shown in the Date control.</ahelp><comment>just guessing. Could not find 
spec. May be this is the same as "Date format"?</comment></paragraph>
+<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_DATE" id="bm_id856349" 
localize="false"/><paragraph role="heading" id="hd_id7936643" xml-lang="en-US" level="2" 
l10n="NEW">Date</paragraph>
+<paragraph role="paragraph" id="par_id2293771" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Specify 
the default date to be shown in the Date control.</ahelp></paragraph>
 </section>
 <section id="Section56">
 <paragraph role="heading" id="hd_id3153965" xml-lang="en-US" level="2" l10n="U" oldref="82">Date 
format</paragraph>
@@ -101,7 +101,7 @@
 <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_REPEAT_DELAY" id="bm_id1620227" 
localize="false"/><paragraph role="heading" id="par_idN108BA" xml-lang="en-US" level="2" 
l10n="NEW">Delay</paragraph>
 <paragraph role="paragraph" id="par_idN108D0" xml-lang="en-US" l10n="CHG"><ahelp hid=".">Specifies 
the delay in milliseconds between scrollbar trigger events.</ahelp> A trigger event occurs when you 
click a scrollbar arrow or click the background area in a scrollbar. Repeated trigger events occur 
if you keep the mouse button pressed when you click a scrollbar arrow or background area in a 
scrollbar. If you want, you can include valid time units with the number that you enter, for 
example, 2 s or 500 ms.</paragraph>
 </section>
-<section id="Section51"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3151278" xml-lang="en-US" level="2" l10n="U" oldref="19">Dropdown</paragraph>
+<section id="Section51"><paragraph role="heading" id="hd_id3151278" xml-lang="en-US" level="2" 
l10n="U" oldref="19">Dropdown</paragraph>
 <paragraph role="paragraph" id="par_id3155113" xml-lang="en-US" l10n="CHG" oldref="20"><ahelp 
hid=".">Select "Yes" to enable the dropdown option for list or combo box controls. A dropdown 
control field has an arrow button which you can click to open a list of the existing form 
entries.</ahelp></paragraph>
 </section>
 <section id="Section50">
@@ -192,11 +192,11 @@
 <paragraph role="paragraph" id="par_id6519974" xml-lang="en-US" l10n="NEW"><ahelp 
hid=".">Specifies whether the nodes of the tree control are editable.</ahelp></paragraph>
 <paragraph role="paragraph" id="par_id4591814" xml-lang="en-US" l10n="NEW">The default value is 
FALSE.</paragraph>
 </section>
-<section id="Section48"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3149317" xml-lang="en-US" level="2" l10n="U" oldref="114">Graphics</paragraph>
+<section id="Section48"><paragraph role="heading" id="hd_id3149317" xml-lang="en-US" level="2" 
l10n="U" oldref="114">Graphics</paragraph>
 <paragraph role="paragraph" id="par_id3147546" xml-lang="en-US" l10n="CHG" oldref="115"><ahelp 
hid=".">Specify the source of the graphics for a button or an image control. Click "..." to select 
a file.</ahelp></paragraph>
 </section>
 <section id="Section47">
-<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_HEIGHT" id="bm_id8097170" 
localize="false"/><comment>inserted Help ID for this Dialog Editor property in this file 
only</comment><paragraph role="heading" id="hd_id3154627" xml-lang="en-US" level="2" l10n="U" 
oldref="258">Height</paragraph>
+<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_HEIGHT" id="bm_id8097170" 
localize="false"/><paragraph role="heading" id="hd_id3154627" xml-lang="en-US" level="2" l10n="U" 
oldref="258">Height</paragraph>
 <paragraph role="paragraph" id="par_id3155754" xml-lang="en-US" l10n="CHG" oldref="257"><ahelp 
hid=".">Specify the height of the current control or the dialog.</ahelp></paragraph>
 </section>
 <section id="Section46">
@@ -218,7 +218,7 @@
 <paragraph role="paragraph" id="par_id6591082" xml-lang="en-US" l10n="NEW">Setting this property 
to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that 
editing is canceled and changes are lost.</paragraph>
 <paragraph role="paragraph" id="par_id9298074" xml-lang="en-US" l10n="NEW">The default value is 
FALSE.</paragraph>
 </section>
-<section id="Section42"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3150536" xml-lang="en-US" level="2" l10n="U" oldref="7">Label</paragraph>
+<section id="Section42"><paragraph role="heading" id="hd_id3150536" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Label</paragraph>
 <paragraph role="paragraph" id="par_id3146324" xml-lang="en-US" l10n="CHG" oldref="8"><ahelp 
hid=".">Specifies the label of the current control. The label is displayed along with the 
control.</ahelp></paragraph>
 <paragraph role="paragraph" id="par_id3146816" xml-lang="en-US" l10n="U" oldref="223">You can 
create multi-line <emph>labels</emph> by inserting manual line breaks in the label using 
<emph>Shift+Enter</emph>.</paragraph>
 </section>
@@ -234,7 +234,7 @@
 <paragraph role="heading" id="hd_id3153121" xml-lang="en-US" level="2" l10n="CHG" 
oldref="256">Small change</paragraph>
 <paragraph role="paragraph" id="par_id3157875" xml-lang="en-US" l10n="CHG" oldref="255"><ahelp 
hid=".">Specify the number of units to scroll when a user clicks an arrow on a 
scrollbar.</ahelp></paragraph>
 </section>
-<section id="Section39"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3145221" xml-lang="en-US" level="2" l10n="U" oldref="73">List entries</paragraph>
+<section id="Section39"><paragraph role="heading" id="hd_id3145221" xml-lang="en-US" level="2" 
l10n="U" oldref="73">List entries</paragraph>
 <paragraph role="paragraph" id="par_id3154580" xml-lang="en-US" l10n="CHG" oldref="120"><ahelp 
hid=".">Specify the entries for a list control. One line takes one list entry. Press 
<emph>Shift+Enter</emph> to insert a new line.</ahelp></paragraph>
 </section>
 <section id="Section38">
@@ -249,17 +249,17 @@
 <paragraph role="heading" id="hd_id3150463" xml-lang="en-US" level="2" l10n="U" oldref="123">Max. 
text length</paragraph>
 <paragraph role="paragraph" id="par_id3150745" xml-lang="en-US" l10n="CHG" oldref="124"><ahelp 
hid=".">Specify the maximum number of characters that the user can enter.</ahelp></paragraph>
 </section>
-<section id="Section35"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3154675" xml-lang="en-US" level="2" l10n="U" oldref="21">Multiline Input</paragraph>
+<section id="Section35"><paragraph role="heading" id="hd_id3154675" xml-lang="en-US" level="2" 
l10n="U" oldref="21">Multiline Input</paragraph>
 <paragraph role="paragraph" id="par_id3144741" xml-lang="en-US" l10n="CHG" oldref="22"><ahelp 
hid=".">Select "Yes" to allow the input of multiple lines in the control. Press Enter to insert a 
manual line break in the control.</ahelp></paragraph>
 </section>
 <section id="Section34">
 <paragraph role="heading" id="hd_id3154848" xml-lang="en-US" level="2" l10n="U" 
oldref="129">Multiselection</paragraph>
 <paragraph role="paragraph" id="par_id3151235" xml-lang="en-US" l10n="CHG" oldref="130"><ahelp 
hid=".">Select "Yes" to allow the selection of multiple entries in list 
controls.</ahelp></paragraph>
 </section>
-<section id="Section33"><comment>UFI removed help id</comment><paragraph role="heading" 
id="hd_id3148887" xml-lang="en-US" level="2" l10n="U" oldref="9">Name</paragraph>
+<section id="Section33"><paragraph role="heading" id="hd_id3148887" xml-lang="en-US" level="2" 
l10n="U" oldref="9">Name</paragraph>
 <paragraph role="paragraph" id="par_id3154548" xml-lang="en-US" l10n="CHG" oldref="10"><ahelp 
hid=".">Insert a name for the current control. This name is used to identify the 
control.</ahelp></paragraph>
 </section>
-<section id="Section32"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3148739" xml-lang="en-US" level="2" l10n="U" oldref="44">Order</paragraph>
+<section id="Section32"><paragraph role="heading" id="hd_id3148739" xml-lang="en-US" level="2" 
l10n="U" oldref="44">Order</paragraph>
 <paragraph role="paragraph" id="par_id3149252" xml-lang="en-US" l10n="CHG" oldref="45"><ahelp 
hid=".">Specify the order in which the controls receive the focus when the Tab key is pressed in 
the dialog.</ahelp> On entering a dialog, the control with the lowest order (0) receives the focus. 
Pressing the <emph>Tab</emph> key the successively focusses the other controls as specified by 
their order number.</paragraph>
 <paragraph role="paragraph" id="par_id3155259" xml-lang="en-US" l10n="U" oldref="46">Initially, 
the controls receive numbers in the order they are added to the dialog. You can change the order 
numbers for controls. $[officename] Basic updates the order numbers automatically to avoid 
duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are 
skipped when using the Tab key.</paragraph>
 </section>
@@ -268,7 +268,7 @@
 <paragraph role="paragraph" id="par_id3153780" xml-lang="en-US" l10n="CHG" oldref="246"><ahelp 
hid=".">Specify the orientation for a scrollbar control.</ahelp></paragraph>
 </section>
 <section id="Section30">
-<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_STEP" id="bm_id8616901" 
localize="false"/><comment>inserted Help ID for this Dialog Editor property in this file 
only</comment><paragraph role="heading" id="hd_id3154374" xml-lang="en-US" level="2" l10n="CHG" 
oldref="239">Page (step)</paragraph>
+<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_STEP" id="bm_id8616901" 
localize="false"/><paragraph role="heading" id="hd_id3154374" xml-lang="en-US" level="2" l10n="CHG" 
oldref="239">Page (step)</paragraph>
 <paragraph role="paragraph" id="par_id3154109" xml-lang="en-US" l10n="CHG" oldref="238"><ahelp 
hid=".">Specify the number of the dialog page to which the current control is assigned or the page 
number of the dialog you want to edit.</ahelp> If a dialog has only one page set its <emph>Page 
(Step)</emph> value to <emph>0</emph>.</paragraph>
 <paragraph role="paragraph" id="par_id3148580" xml-lang="en-US" l10n="U" oldref="236">Select 
<emph>Page (Step)</emph> = 0 to make a control visible on every dialog page.</paragraph>
 <paragraph role="paragraph" id="par_id3146144" xml-lang="en-US" l10n="U" oldref="235">To switch 
between dialog pages at run time, you need to create a macro that changes the value of <emph>Page 
(Step)</emph>.</paragraph>
@@ -278,10 +278,10 @@
 <paragraph role="paragraph" id="par_id3152787" xml-lang="en-US" l10n="CHG" oldref="157"><ahelp 
hid=".">Enter a character to be displayed instead of the characters that are typed. This can be 
used for entering passwords in text controls.</ahelp></paragraph>
 </section>
 <section id="Section28">
-<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_POSITIONX" id="bm_id8632160" 
localize="false"/><paragraph role="heading" id="hd_id3148750" xml-lang="en-US" level="2" l10n="U" 
oldref="245">PositionX</paragraph><comment>inserted Help ID for this Dialog Editor property in this 
file only</comment><paragraph role="paragraph" id="par_id3154517" xml-lang="en-US" l10n="CHG" 
oldref="244"><ahelp hid=".">Specify the distance of the current control from the left side of the 
dialog.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_POSITIONX" id="bm_id8632160" 
localize="false"/><paragraph role="heading" id="hd_id3148750" xml-lang="en-US" level="2" l10n="U" 
oldref="245">PositionX</paragraph><paragraph role="paragraph" id="par_id3154517" xml-lang="en-US" 
l10n="CHG" oldref="244"><ahelp hid=".">Specify the distance of the current control from the left 
side of the dialog.</ahelp></paragraph>
 </section>
 <section id="Section27">
-<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_POSITIONY" id="bm_id7651905" 
localize="false"/><comment>inserted Help ID for this Dialog Editor property in this file 
only</comment><paragraph role="heading" id="hd_id3152767" xml-lang="en-US" level="2" l10n="U" 
oldref="243">PositionY</paragraph>
+<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_POSITIONY" id="bm_id7651905" 
localize="false"/><paragraph role="heading" id="hd_id3152767" xml-lang="en-US" level="2" l10n="U" 
oldref="243">PositionY</paragraph>
 <paragraph role="paragraph" id="par_id3159082" xml-lang="en-US" l10n="CHG" oldref="242"><ahelp 
hid=".">Specify the distance of the current control from the top of the dialog.</ahelp></paragraph>
 </section>
 <section id="Section26">
@@ -304,7 +304,7 @@
 <paragraph role="heading" id="hd_id3153569" xml-lang="en-US" level="2" l10n="U" 
oldref="249">Progress value min.</paragraph>
 <paragraph role="paragraph" id="par_id3154506" xml-lang="en-US" l10n="CHG" oldref="248"><ahelp 
hid=".">Specify the minimum value of a progress bar control.</ahelp></paragraph>
 </section>
-<section id="Section21"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3150134" xml-lang="en-US" level="2" l10n="U" oldref="42">Read-only</paragraph>
+<section id="Section21"><paragraph role="heading" id="hd_id3150134" xml-lang="en-US" level="2" 
l10n="U" oldref="42">Read-only</paragraph>
 <paragraph role="paragraph" id="par_id3155930" xml-lang="en-US" l10n="CHG" oldref="43"><ahelp 
hid=".">Select "Yes" to prevent the user from editing the value of the current control. The control 
is enabled and can be focussed but not modified.</ahelp></paragraph>
 </section>
 <section id="Section65">
@@ -366,7 +366,7 @@
 <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_SELECTION_TYPE" id="bm_id2208929" 
localize="false"/><paragraph role="heading" id="hd_id5026093" xml-lang="en-US" level="2" 
l10n="NEW">Selection type<comment>see 
http://specs.openoffice.org/appwide/dialog_ide/New_Tree_Control_in_IDE.odt</comment></paragraph>
 <paragraph role="paragraph" id="par_id1134067" xml-lang="en-US" l10n="NEW"><ahelp 
hid=".">Specifies the selection mode that is enabled for this tree control.</ahelp></paragraph>
 </section>
-<section id="Section16"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3154193" xml-lang="en-US" level="2" l10n="U" oldref="87">Spin Button</paragraph>
+<section id="Section16"><paragraph role="heading" id="hd_id3154193" xml-lang="en-US" level="2" 
l10n="U" oldref="87">Spin Button</paragraph>
 <paragraph role="paragraph" id="par_id3145298" xml-lang="en-US" l10n="CHG" oldref="88"><ahelp 
hid=".">Select "Yes" to add spin buttons to a numerical, currency, date, or time control to allow 
increasing and decreasing the input value using arrow buttons.</ahelp></paragraph>
 </section>
 <section id="Section15">
@@ -377,7 +377,7 @@
 <paragraph role="heading" id="hd_id3148396" xml-lang="en-US" level="2" l10n="U" 
oldref="112">Strict format</paragraph>
 <paragraph role="paragraph" id="par_id3153042" xml-lang="en-US" l10n="CHG" oldref="113"><ahelp 
hid=".">Select "Yes" to only allow valid characters to be entered in a numerical, currency, date, 
or time control.</ahelp></paragraph>
 </section>
-<section id="Section13"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3149538" xml-lang="en-US" level="2" l10n="U" oldref="48">Tabstop</paragraph>
+<section id="Section13"><paragraph role="heading" id="hd_id3149538" xml-lang="en-US" level="2" 
l10n="U" oldref="48">Tabstop</paragraph>
 <paragraph role="paragraph" id="par_id3148543" xml-lang="en-US" l10n="CHG" oldref="49"><ahelp 
hid=".">Select the focus behavior of the current control when using the <emph>Tab</emph> 
key.</ahelp></paragraph>
 <table id="tbl_id3148388">
 <tablerow>
@@ -448,7 +448,7 @@
 <paragraph role="heading" id="hd_id3149712" xml-lang="en-US" level="2" l10n="U" 
oldref="234">Visible size</paragraph>
 <paragraph role="paragraph" id="par_id3149445" xml-lang="en-US" l10n="CHG" oldref="233"><ahelp 
hid=".">Specify the length of the slider of a scrollbar control.</ahelp></paragraph>
 </section>
-<section id="Section1"><comment>UFI: removed help id</comment><paragraph role="heading" 
id="hd_id3152472" xml-lang="en-US" level="2" l10n="U" oldref="142">Width</paragraph>
+<section id="Section1"><paragraph role="heading" id="hd_id3152472" xml-lang="en-US" level="2" 
l10n="U" oldref="142">Width</paragraph>
 <paragraph role="paragraph" id="par_id3157963" xml-lang="en-US" l10n="CHG" oldref="143"><ahelp 
hid=".">Specify the width of the current control or dialog.</ahelp></paragraph>
 </section>
 </sort></body>
diff --git a/helpcontent2/source/text/sbasic/shared/01170103.xhp 
b/helpcontent2/source/text/sbasic/shared/01170103.xhp
index adbe5ca..dfa2049 100644
--- a/helpcontent2/source/text/sbasic/shared/01170103.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01170103.xhp
@@ -44,7 +44,7 @@
 <body>
 <section id="ereignisse">
 <paragraph role="heading" id="hd_id3155506" xml-lang="en-US" level="1" l10n="U" oldref="1"><link 
href="text/sbasic/shared/01170103.xhp" name="Events">Events</link></paragraph>
-<paragraph role="paragraph" id="par_id3146114" xml-lang="en-US" l10n="U" oldref="2">Define event 
assignments for the selected control or dialog. The available events depend on the type of control 
selected.</paragraph><comment>UFI: removed all help ids</comment>
+<paragraph role="paragraph" id="par_id3146114" xml-lang="en-US" l10n="U" oldref="2">Define event 
assignments for the selected control or dialog. The available events depend on the type of control 
selected.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3145387" xml-lang="en-US" level="2" l10n="U" oldref="16">When 
receiving focus</paragraph>
 <paragraph role="paragraph" id="par_id3155090" xml-lang="en-US" l10n="U" oldref="17"><ahelp 
hid="HID_EVT_FOCUSGAINED">This event takes place if a control receives the 
focus.</ahelp></paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/02/11080000.xhp 
b/helpcontent2/source/text/sbasic/shared/02/11080000.xhp
index 66984f6..9f02a45 100644
--- a/helpcontent2/source/text/sbasic/shared/02/11080000.xhp
+++ b/helpcontent2/source/text/sbasic/shared/02/11080000.xhp
@@ -64,6 +64,6 @@
 </table>
 
 </section>
-<paragraph role="paragraph" id="par_id3159158" xml-lang="en-US" l10n="CHG" oldref="4">To remove 
the variable watch, select the variable in the Watch window, and then click on the <emph>Remove 
Watch</emph> icon.</paragraph><comment>UFI: removed help ID and para</comment>
+<paragraph role="paragraph" id="par_id3159158" xml-lang="en-US" l10n="CHG" oldref="4">To remove 
the variable watch, select the variable in the Watch window, and then click on the <emph>Remove 
Watch</emph> icon.</paragraph>
 </body>
 </helpdocument>
diff --git a/helpcontent2/source/text/sbasic/shared/02/20000000.xhp 
b/helpcontent2/source/text/sbasic/shared/02/20000000.xhp
index 99b6937..0b03ba2 100644
--- a/helpcontent2/source/text/sbasic/shared/02/20000000.xhp
+++ b/helpcontent2/source/text/sbasic/shared/02/20000000.xhp
@@ -74,10 +74,10 @@
 <bookmark_value>file selection control</bookmark_value>
 <bookmark_value>selection options for controls</bookmark_value>
 <bookmark_value>test mode control</bookmark_value>
-</bookmark><comment>MW made "selections; controls" a one level entry</comment>
+</bookmark>
 <bookmark xml-lang="en-US" branch="hid/.uno:ChooseControls" id="bm_id393577" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:ChooseControls" id="bm_id3143206" 
localize="false"/><paragraph role="heading" id="hd_id3150402" xml-lang="en-US" level="1" l10n="CHG" 
oldref="1"><link href="text/sbasic/shared/02/20000000.xhp" name="Insert Controls">Insert 
Controls</link></paragraph>
-<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp 
hid=".uno:ChooseControls">Opens the <emph>Toolbox</emph> bar.</ahelp></paragraph><comment>UFI: 
removed all help ids (shared/02 has them too, and as shared is now part of sbasic module, this 
would lead to build errors</comment></section>
+<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp 
hid=".uno:ChooseControls">Opens the <emph>Toolbox</emph> bar.</ahelp></paragraph></section>
 <section id="sykontrollfelder">
 <table id="tbl_id3153539">
 <tablerow>
@@ -99,7 +99,7 @@
 <listitem>
 <paragraph role="listitem" id="par_id3148538" xml-lang="en-US" l10n="U" oldref="6">In edit mode, 
you can also right-click a control and choose the cut, copy, and paste command.</paragraph>
 </listitem>
-</list><comment>UFI: inserted all Help-IDs in this file again</comment>
+</list>
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertPushbutton" id="bm_id6674092" 
localize="false"/><paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="2" l10n="U" 
oldref="7">Button</paragraph>
 <table id="tbl_id3155628">
 <tablerow>
diff --git a/helpcontent2/source/text/sbasic/shared/03010103.xhp 
b/helpcontent2/source/text/sbasic/shared/03010103.xhp
index 95f0504..b8b3319 100644
--- a/helpcontent2/source/text/sbasic/shared/03010103.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03010103.xhp
@@ -50,7 +50,7 @@
 <paragraph role="code" id="par_id3153188" xml-lang="en-US" l10n="CHG" oldref="4">Print 
[#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]] 
</paragraph>
 <paragraph role="heading" id="hd_id3147348" xml-lang="en-US" level="2" l10n="U" 
oldref="5">Parameter:</paragraph>
 <paragraph role="paragraph" id="par_id2508621" xml-lang="en-US" l10n="NEW">
-<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the 
Open statement for the respective file.<comment>ufi: copied this para from Write statement, see 
i61758</comment></paragraph>
+<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the 
Open statement for the respective file.<comment>see i61758</comment></paragraph>
 <paragraph role="paragraph" id="par_id3163712" xml-lang="en-US" l10n="U" oldref="6">
 <emph>Expression</emph>: Any numeric or string expression to be printed. Multiple expressions can 
be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab 
stop. The tab stops cannot be adjusted.</paragraph>
 <paragraph role="paragraph" id="par_id3153092" xml-lang="en-US" l10n="U" oldref="7">
diff --git a/helpcontent2/source/text/sbasic/shared/03020000.xhp 
b/helpcontent2/source/text/sbasic/shared/03020000.xhp
index 0506ee5..dc378da 100644
--- a/helpcontent2/source/text/sbasic/shared/03020000.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020000.xhp
@@ -49,6 +49,6 @@
 <paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U" oldref="3">You can use 
these functions to support the creation of "relative" files, so that you can save and reload 
certain records by specifying their record number. File I/O functions can also help you manage your 
files by providing you with information such as file size, current path settings, or the creation 
date of a file or a directory.</paragraph>
 <embed href="text/sbasic/shared/03020100.xhp#oeffnen"/>
 <embed href="text/sbasic/shared/03020200.xhp#eingabeeinaus"/>
-<embed href="text/sbasic/shared/03020400.xhp#organisation"/><comment>ufi: removed 03020300 ref and 
deleted that file</comment>
+<embed href="text/sbasic/shared/03020400.xhp#organisation"/>
 </body>
 </helpdocument>
diff --git a/helpcontent2/source/text/sbasic/shared/03020103.xhp 
b/helpcontent2/source/text/sbasic/shared/03020103.xhp
index 9a18db0..f2cc325 100644
--- a/helpcontent2/source/text/sbasic/shared/03020103.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020103.xhp
@@ -49,7 +49,7 @@
 <paragraph role="paragraph" id="par_id3150769" xml-lang="en-US" l10n="U" oldref="2">Opens a data 
channel.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3147230" xml-lang="en-US" level="2" l10n="U" 
oldref="3">Syntax:</paragraph>
-<paragraph role="code" id="par_id3154124" xml-lang="en-US" l10n="CHG" oldref="4">Open FileName As 
String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = 
DatasetLength]<comment>UFI: #i37502#</comment></paragraph>
+<paragraph role="code" id="par_id3154124" xml-lang="en-US" l10n="CHG" oldref="4">Open FileName As 
String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = 
DatasetLength]<comment>i37502</comment></paragraph>
 <paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="2" l10n="U" 
oldref="5">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3155132" xml-lang="en-US" l10n="U" oldref="6">
 <emph>FileName: </emph>Name and path of the file that you wan to open. If you try to read a file 
that does not exist (Access = Read), an error message appears. If you try to write to a file that 
does not exist (Access = Write), a new file is created.</paragraph>
@@ -62,7 +62,7 @@
 <paragraph role="paragraph" id="par_id3153190" xml-lang="en-US" l10n="U" oldref="10">
 <emph>FileNumber:</emph> Any integer expression from 0 to 511 to indicate the number of a free 
data channel. You can then pass commands through the data channel to access the file. The file 
number must be determined by the FreeFile function immediately before the Open 
statement.</paragraph>
 <paragraph role="paragraph" id="par_id3151115" xml-lang="en-US" l10n="CHG" oldref="11">
-<emph>DatasetLength:</emph> For random access files, set the length of the records.<comment>UFI: 
#61736</comment></paragraph>
+<emph>DatasetLength:</emph> For random access files, set the length of the 
records.<comment>#61736</comment></paragraph>
 <paragraph role="note" id="par_id3153418" xml-lang="en-US" l10n="U" oldref="12">You can only 
modify the contents of a file that was opened with the Open statement. If you try to open a file 
that is already open, an error message appears.</paragraph>
 <paragraph role="heading" id="hd_id3149123" xml-lang="en-US" level="2" l10n="U" 
oldref="13">Example:</paragraph>
 <paragraph role="code" id="par_id3150749" xml-lang="en-US" l10n="U" oldref="14">Sub 
ExampleWorkWithAFile</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03020200.xhp 
b/helpcontent2/source/text/sbasic/shared/03020200.xhp
index 56399f9..4732349 100644
--- a/helpcontent2/source/text/sbasic/shared/03020200.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020200.xhp
@@ -53,6 +53,6 @@
 <embed href="text/sbasic/shared/03020302.xhp#loc"/>
 <embed href="text/sbasic/shared/03020304.xhp#seek"/>
 <embed href="text/sbasic/shared/03020301.xhp#eof"/>
-<embed href="text/sbasic/shared/03020303.xhp#lof"/><comment>ufi: moved the eof and lof links here 
from 030203 and deleted 03020300.xhp, see i61245</comment>
+<embed href="text/sbasic/shared/03020303.xhp#lof"/><comment>see i61245</comment>
 </body>
 </helpdocument>
diff --git a/helpcontent2/source/text/sbasic/shared/03020202.xhp 
b/helpcontent2/source/text/sbasic/shared/03020202.xhp
index c54904f..10289a2 100644
--- a/helpcontent2/source/text/sbasic/shared/03020202.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020202.xhp
@@ -74,7 +74,7 @@
 <paragraph role="code" id="par_id3155937" xml-lang="en-US" l10n="U" oldref="27">iNumber = 
Freefile</paragraph>
 <paragraph role="code" id="par_id3154702" xml-lang="en-US" l10n="U" oldref="28">Open aFile For 
Input As iNumber</paragraph>
 <paragraph role="code" id="par_id3155959" xml-lang="en-US" l10n="U" oldref="29">While not 
eof(iNumber)</paragraph>
-<paragraph role="code" id="par_id3145232" xml-lang="en-US" l10n="U" oldref="30">Line Input 
#iNumber, sLine<comment>This is a LINE INPUT# example, not for INPUT#</comment></paragraph>
+<paragraph role="code" id="par_id3145232" xml-lang="en-US" l10n="U" oldref="30">Line Input 
#iNumber, sLine</paragraph>
 <paragraph role="code" id="par_id3147345" xml-lang="en-US" l10n="U" oldref="31">If sLine 
&lt;&gt;"" then</paragraph>
 <paragraph role="code" id="par_id3150298" xml-lang="en-US" l10n="U" oldref="32">sMsg = sMsg &amp; 
sLine &amp; chr(13)</paragraph>
 <paragraph role="code" id="par_id3154021" xml-lang="en-US" l10n="U" oldref="34">end if</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03020203.xhp 
b/helpcontent2/source/text/sbasic/shared/03020203.xhp
index f1f589f..8c2c1cb 100644
--- a/helpcontent2/source/text/sbasic/shared/03020203.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020203.xhp
@@ -44,7 +44,7 @@
 <body>
 <section id="lineinput">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3153361"><bookmark_value>Line Input 
statement</bookmark_value>
-</bookmark><comment>mw changed index entry</comment>
+</bookmark>
 <paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="1" l10n="U" oldref="1"><link 
href="text/sbasic/shared/03020203.xhp" name="Line Input # Statement [Runtime]">Line Input # 
Statement [Runtime]</link></paragraph>
 <paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="U" oldref="2">Reads strings 
from a sequential file into a variable.</paragraph>
 </section>
diff --git a/helpcontent2/source/text/sbasic/shared/03020205.xhp 
b/helpcontent2/source/text/sbasic/shared/03020205.xhp
index adeafa7..e211faa 100644
--- a/helpcontent2/source/text/sbasic/shared/03020205.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020205.xhp
@@ -44,7 +44,7 @@
 <body>
 <section id="write">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3147229"><bookmark_value>Write 
statement</bookmark_value>
-</bookmark><comment>UFI: changed "Write function" to "Write statement"</comment>
+</bookmark>
 <paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="1" l10n="U" oldref="1"><link 
href="text/sbasic/shared/03020205.xhp" name="Write Statement [Runtime]">Write Statement 
[Runtime]</link></paragraph>
 <paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="U" oldref="2">Writes data to 
a sequential file.</paragraph>
 </section>
diff --git a/helpcontent2/source/text/sbasic/shared/03020304.xhp 
b/helpcontent2/source/text/sbasic/shared/03020304.xhp
index 3c7af70..76d29ff 100644
--- a/helpcontent2/source/text/sbasic/shared/03020304.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020304.xhp
@@ -46,7 +46,8 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3154367"><bookmark_value>Seek 
function</bookmark_value>
 </bookmark>
 <paragraph role="heading" id="hd_id3154367" xml-lang="en-US" level="1" l10n="U" oldref="1"><link 
href="text/sbasic/shared/03020304.xhp" name="Seek Function [Runtime]">Seek Function 
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="CHG" oldref="2">Returns the 
position for the next writing or reading in a file that was opened with the open 
statement.<comment>UFI: see #61750</comment></paragraph>
+<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="CHG" oldref="2">Returns the 
position for the next writing or reading in a file that was opened with the open statement.
+UFI: see #61750</comment></paragraph>
 </section>
 <paragraph role="paragraph" id="par_id3153194" xml-lang="en-US" l10n="U" oldref="3">For random 
access files, the Seek function returns the number of the next record to be read.</paragraph>
 <paragraph role="paragraph" id="par_id3161831" xml-lang="en-US" l10n="U" oldref="4">For all other 
files, the function returns the byte position at which the next operation is to occur.</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03020305.xhp 
b/helpcontent2/source/text/sbasic/shared/03020305.xhp
index 97fee84..e7a3b7f 100644
--- a/helpcontent2/source/text/sbasic/shared/03020305.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020305.xhp
@@ -45,7 +45,7 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3159413"><bookmark_value>Seek 
statement</bookmark_value>
 </bookmark>
 <paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1" l10n="U" oldref="1"><link 
href="text/sbasic/shared/03020305.xhp" name="Seek Statement [Runtime]">Seek Statement 
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" l10n="CHG" oldref="2">Sets the 
position for the next writing or reading in a file that was opened with the Open 
statement.<comment>UFI: see #61751</comment></paragraph>
+<paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" l10n="CHG" oldref="2">Sets the 
position for the next writing or reading in a file that was opened with the Open 
statement.<comment>see #61751</comment></paragraph>
 <paragraph role="paragraph" id="par_id2100589" xml-lang="en-US" l10n="NEW">For random access 
files, the Seek statement sets the number of the next record to be accessed.</paragraph>
 <paragraph role="paragraph" id="par_id5444807" xml-lang="en-US" l10n="NEW">For all other files, 
the Seek statement sets the byte position at which the next operation is to occur.</paragraph>
 <paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="U" oldref="5">See also: 
<link href="text/sbasic/shared/03020103.xhp" name="Open">Open</link>, <link 
href="text/sbasic/shared/03020304.xhp" name="Seek">Seek</link>.</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03020401.xhp 
b/helpcontent2/source/text/sbasic/shared/03020401.xhp
index 5a37097..6ea00b3 100644
--- a/helpcontent2/source/text/sbasic/shared/03020401.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020401.xhp
@@ -44,7 +44,7 @@
 <body>
 <section id="chdir">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3150178"><bookmark_value>ChDir 
statement</bookmark_value>
-</bookmark><comment>mw changed index entry</comment>
+</bookmark>
 <paragraph role="heading" id="hd_id3150178" xml-lang="en-US" level="1" l10n="U" oldref="1"><link 
href="text/sbasic/shared/03020401.xhp" name="ChDir Statement [Runtime]">ChDir Statement 
[Runtime]</link></paragraph>
 <paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="U" oldref="2">Changes the 
current directory or drive.</paragraph>
 </section>
diff --git a/helpcontent2/source/text/sbasic/shared/03020412.xhp 
b/helpcontent2/source/text/sbasic/shared/03020412.xhp
index 9e663f0..de02a33 100644
--- a/helpcontent2/source/text/sbasic/shared/03020412.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020412.xhp
@@ -52,7 +52,7 @@
 <paragraph role="code" id="par_id3153381" xml-lang="en-US" l10n="U" oldref="4">Name OldName As 
String As NewName As String</paragraph>
 <paragraph role="heading" id="hd_id3153362" xml-lang="en-US" level="2" l10n="U" 
oldref="5">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U" oldref="6">
-<emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the 
path. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL 
notation</link>.</paragraph><comment>UFI: see #i61074; removed para</comment>
+<emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the 
path. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL 
notation</link>.</paragraph><comment>see #i61074</comment>
 <paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" l10n="U" 
oldref="8">Example:</paragraph>
 <paragraph role="code" id="par_id3145786" xml-lang="en-US" l10n="U" oldref="9">Sub 
ExampleReName</paragraph>
 <paragraph role="code" id="par_id3161832" xml-lang="en-US" l10n="U" oldref="10">On Error Goto 
Error</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03030101.xhp 
b/helpcontent2/source/text/sbasic/shared/03030101.xhp
index 9fe3295..0024d71 100644
--- a/helpcontent2/source/text/sbasic/shared/03030101.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03030101.xhp
@@ -58,7 +58,7 @@
 <paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="U" oldref="9">
 <emph>Month:</emph> Integer expression that indicates the month of the specified year. The 
accepted range is from 1-12.</paragraph>
 <paragraph role="paragraph" id="par_id3151043" xml-lang="en-US" l10n="CHG" oldref="10">
-<emph>Day:</emph> Integer expression that indicates the day of the specified month. The accepted 
range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 
31 days. <comment>see i69463</comment></paragraph>
+<emph>Day:</emph> Integer expression that indicates the day of the specified month. The accepted 
range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 
31 days.<comment>see i69463</comment></paragraph>
 <paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U" oldref="11">The 
<emph>DateSerial function</emph> returns the number of days between December 30,1899 and the given 
date. You can use this function to calculate the difference between two dates.</paragraph>
 <paragraph role="paragraph" id="par_id3155306" xml-lang="en-US" l10n="U" oldref="12">The 
<emph>DateSerial function</emph> returns the data type Variant with VarType 7 (Date). Internally, 
this value is stored as a Double value, so that when the given date is 1.1.1900, the returned value 
is 2. Negative values correspond to dates before December 30, 1899 (not inclusive).</paragraph>
 <paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U" oldref="13">If a date is 
defined that lies outside of the accepted range, $[officename] Basic returns an error 
message.</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03050500.xhp 
b/helpcontent2/source/text/sbasic/shared/03050500.xhp
index bfe33b0..77c4ef3 100644
--- a/helpcontent2/source/text/sbasic/shared/03050500.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03050500.xhp
@@ -52,7 +52,7 @@
 
 <paragraph role="paragraph" id="par_id3149483" xml-lang="en-US" l10n="U" 
oldref="9"><emph>Local:</emph> "On error" is global in scope, and remains active until canceled by 
another "On error" statement. "On Local error" is local to the routine which invokes it. Local 
error handling overrides any previous global setting. When the invoking routine exits, the local 
error handling is canceled automatically, and any previous global setting is restored.</paragraph>
 
-<paragraph role="paragraph" id="par_id3148619" xml-lang="en-US" l10n="CGH" oldref="10">The On 
Error GoTo statement is used to react to errors that occur in a macro.<comment>ufi: see i112231: 
The statement must be inserted at the start of a procedure (in a local error-handling routine) or 
at the start of a module.</comment></paragraph>
+<paragraph role="paragraph" id="par_id3148619" xml-lang="en-US" l10n="CGH" oldref="10">The On 
Error GoTo statement is used to react to errors that occur in a macro.<comment>see i112231: The 
statement must be inserted at the start of a procedure (in a local error-handling routine) or at 
the start of a module.</comment></paragraph>
 <paragraph role="heading" id="hd_id3146985" xml-lang="en-US" level="2" l10n="U" 
oldref="11">Example:</paragraph>
 <paragraph role="paragraph" id="par_id3152460" xml-lang="en-US" l10n="U" oldref="42">Sub 
ExampleReset</paragraph>
 <paragraph role="paragraph" id="par_id3163712" xml-lang="en-US" l10n="U" oldref="43">On Error Goto 
ErrorHandler</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03060200.xhp 
b/helpcontent2/source/text/sbasic/shared/03060200.xhp
index 77980f7..2cb9ced 100644
--- a/helpcontent2/source/text/sbasic/shared/03060200.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03060200.xhp
@@ -57,7 +57,7 @@
 <paragraph role="paragraph" id="par_id3154319" xml-lang="en-US" l10n="U" oldref="9">In a bit-wise 
comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both 
expressions, or in neither expression.</paragraph>
 <paragraph role="heading" id="hd_id3159154" xml-lang="en-US" level="2" l10n="U" 
oldref="10">Example:</paragraph>
 <paragraph role="paragraph" id="par_id3147426" xml-lang="en-US" l10n="U" oldref="11">Sub 
ExampleEqv</paragraph>
-<paragraph role="paragraph" id="par_id3155308" xml-lang="en-US" l10n="CHG" oldref="12">Dim A as 
Variant, B as Variant, C as Variant, D as Variant<comment>UFI: #i38265#</comment></paragraph>
+<paragraph role="paragraph" id="par_id3155308" xml-lang="en-US" l10n="CHG" oldref="12">Dim A as 
Variant, B as Variant, C as Variant, D as Variant<comment>see #i38265</comment></paragraph>
 <paragraph role="paragraph" id="par_id3146986" xml-lang="en-US" l10n="U" oldref="13">Dim vOut as 
Variant</paragraph>
 <paragraph role="paragraph" id="par_id3147434" xml-lang="en-US" l10n="CHG" oldref="14">A = 10: B = 
8: C = 6: D = Null</paragraph>
 <paragraph role="paragraph" id="par_id3152462" xml-lang="en-US" l10n="U" oldref="15">vOut = A &gt; 
B Eqv B &gt; C REM returns -1</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03102100.xhp 
b/helpcontent2/source/text/sbasic/shared/03102100.xhp
index 25dfe89..cc232ca 100644
--- a/helpcontent2/source/text/sbasic/shared/03102100.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03102100.xhp
@@ -59,7 +59,7 @@
 <paragraph role="paragraph" id="par_id3154730" xml-lang="en-US" l10n="U" oldref="11">
 <emph>VarName:</emph> Any variable or array name.</paragraph>
 <paragraph role="paragraph" id="par_id3147125" xml-lang="en-US" l10n="CHG" oldref="12">
-<emph>Start, End:</emph> Numerical values or constants that define the number of elements 
(NumberElements=(end-start)+1) and the index range.<comment>UFI: deleted the range numbers, 
#i36558#</comment></paragraph>
+<emph>Start, End:</emph> Numerical values or constants that define the number of elements 
(NumberElements=(end-start)+1) and the index range.<comment>see #i36558</comment></paragraph>
 <paragraph role="paragraph" id="par_id3153877" xml-lang="en-US" l10n="U" oldref="13">Start and End 
can be numerical expressions if ReDim is applied at the procedure level.</paragraph>
 <paragraph role="paragraph" id="par_id3153510" xml-lang="en-US" l10n="U" oldref="14">
 <emph>VarType:</emph> Key word that declares the data type of a variable.</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03102101.xhp 
b/helpcontent2/source/text/sbasic/shared/03102101.xhp
index 54df46f..ef08c0a 100644
--- a/helpcontent2/source/text/sbasic/shared/03102101.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03102101.xhp
@@ -53,7 +53,7 @@
 <paragraph role="paragraph" id="par_id3156423" xml-lang="en-US" l10n="U" oldref="6">
 <emph>VarName:</emph> Any variable or array name.</paragraph>
 <paragraph role="paragraph" id="par_id3149562" xml-lang="en-US" l10n="CHG" oldref="7">
-<emph>Start, End:</emph> Numerical values or constants that define the number of elements 
(NumberElements=(end-start)+1) and the index range.<comment>UFI: deleted the 
numbers</comment></paragraph>
+<emph>Start, End:</emph> Numerical values or constants that define the number of elements 
(NumberElements=(end-start)+1) and the index range.</paragraph>
 <paragraph role="paragraph" id="par_id3155307" xml-lang="en-US" l10n="U" oldref="8">Start and End 
can be numeric expressions if ReDim is used at the procedure level.</paragraph>
 <paragraph role="paragraph" id="par_id3153951" xml-lang="en-US" l10n="U" oldref="9">
 <emph>VarType:</emph> Keyword that declares the data type of a variable.</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03120101.xhp 
b/helpcontent2/source/text/sbasic/shared/03120101.xhp
index 39f9b6e..31a2a31 100644
--- a/helpcontent2/source/text/sbasic/shared/03120101.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120101.xhp
@@ -53,7 +53,7 @@
 <paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="2" l10n="U" 
oldref="7">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3149415" xml-lang="en-US" l10n="U" oldref="8">
 <emph>Text:</emph> Any valid string expression. Only the first character in the string is 
relevant.</paragraph>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="CHG" oldref="9">Use the Asc 
function to replace keys with values. If the Asc function encounters a blank string, $[officename] 
Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127)<comment>UFI: TL 
called me and asked to change this</comment>, the ASCII function can also detect non-printable key 
codes in ASCII code. This function can also handle 16 bit unicode characters.</paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="CHG" oldref="9">Use the Asc 
function to replace keys with values. If the Asc function encounters a blank string, $[officename] 
Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII 
function can also detect non-printable key codes in ASCII code. This function can also handle 16 
bit unicode characters.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 <paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="2" l10n="U" 
oldref="10">Example:</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03120300.xhp 
b/helpcontent2/source/text/sbasic/shared/03120300.xhp
index 35b220c..d9a688c 100644
--- a/helpcontent2/source/text/sbasic/shared/03120300.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120300.xhp
@@ -42,7 +42,7 @@
 <body>
 <section id="manipu">
 <bookmark xml-lang="en-US" branch="index" id="bm_id7499008"><bookmark_value>ampersand symbol in 
StarBasic</bookmark_value>
-</bookmark><comment>mw added one index entry</comment><paragraph role="heading" id="hd_id3153894" 
xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03120300.xhp" 
name="Editing String Contents">Editing String Contents</link></paragraph>
+</bookmark><paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="1" l10n="U" 
oldref="1"><link href="text/sbasic/shared/03120300.xhp" name="Editing String Contents">Editing 
String Contents</link></paragraph>
 <paragraph role="paragraph" id="par_id3149178" xml-lang="en-US" l10n="CHG" oldref="2">The 
following functions edit, format, and align the contents of strings. Use the &amp; operator to 
concatenate strings.</paragraph>
 </section>
 <embed href="text/sbasic/shared/03120301.xhp#format"/>
diff --git a/helpcontent2/source/text/sbasic/shared/03120306.xhp 
b/helpcontent2/source/text/sbasic/shared/03120306.xhp
index aa27f9f..7c92a96 100644
--- a/helpcontent2/source/text/sbasic/shared/03120306.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120306.xhp
@@ -55,7 +55,7 @@
 <paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U" oldref="8">
 <emph>Text:</emph> Any string expression that you want to modify.</paragraph>
 <paragraph role="paragraph" id="par_id3150359" xml-lang="en-US" l10n="CHG" oldref="9">
-<emph>Start: </emph>Numeric expression that indicates the character position within the string 
where the string portion that you want to replace or to return begins. The maximum allowed value is 
65535.<comment>UFI: see #i17928#</comment></paragraph>
+<emph>Start: </emph>Numeric expression that indicates the character position within the string 
where the string portion that you want to replace or to return begins. The maximum allowed value is 
65535.<comment>see i17928</comment></paragraph>
 <paragraph role="paragraph" id="par_id3148451" xml-lang="en-US" l10n="CHG" oldref="10">
 <emph>Length:</emph> Numeric expression that returns the number of characters that you want to 
replace or return. The maximum allowed value is 65535.</paragraph>
 <paragraph role="paragraph" id="par_id3125864" xml-lang="en-US" l10n="U" oldref="11">If the Length 
parameter in the <emph>Mid function</emph> is omitted, all characters in the string expression from 
the start position to the end of the string are returned.</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03120401.xhp 
b/helpcontent2/source/text/sbasic/shared/03120401.xhp
index 8bb9400..7595415 100644
--- a/helpcontent2/source/text/sbasic/shared/03120401.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120401.xhp
@@ -54,13 +54,13 @@ DEDR: Reviewed</lastedited>
 <paragraph role="paragraph" id="par_id3149763" xml-lang="en-US" l10n="U" 
oldref="7">Integer</paragraph>
 <paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="2" l10n="U" 
oldref="8">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="CHG" oldref="9">
-<emph>Start: </emph>A numeric expression that marks the position in a string where the search for 
the specified substring starts. If you omit this parameter, the search starts at the first 
character of the string. The maximum allowed value is 65535.<comment>UFI: see 
#i17928#</comment></paragraph>
+<emph>Start: </emph>A numeric expression that marks the position in a string where the search for 
the specified substring starts. If you omit this parameter, the search starts at the first 
character of the string. The maximum allowed value is 65535.<comment>see 
i17928</comment></paragraph>
 <paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" oldref="10">
 <emph>Text1:</emph> The string expression that you want to search.</paragraph>
 <paragraph role="paragraph" id="par_id3147559" xml-lang="en-US" l10n="U" oldref="11">
 <emph>Text2:</emph> The string expression that you want to search for.</paragraph>
 <paragraph role="paragraph" id="par_id3154758" xml-lang="en-US" l10n="CHG" oldref="12">
-<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value 
of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not 
case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive.<comment>UFI: 
fixes #i17929#</comment></paragraph>
+<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value 
of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not 
case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive.<comment>fixes 
i17929</comment></paragraph>
 <paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" l10n="U" oldref="13">To avoid a 
run-time error, do not set the Compare parameter if the first return parameter is 
omitted.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/helpcontent2/source/text/sbasic/shared/03132200.xhp 
b/helpcontent2/source/text/sbasic/shared/03132200.xhp
index 6e62c94..319a976 100644
--- a/helpcontent2/source/text/sbasic/shared/03132200.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03132200.xhp
@@ -47,7 +47,7 @@
 <bookmark_value>components;addressing</bookmark_value>
 </bookmark>
 <paragraph role="heading" id="hd_id3155342" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link 
href="text/sbasic/shared/03132200.xhp" name="ThisComponent [Runtime]">ThisComponent 
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US" l10n="CHG" oldref="2">Addresses 
the active component so that its properties can be read and set. ThisComponent is used from 
document Basic, where it represents the document the Basic belongs to. The type of object accessed 
by ThisComponent depends on the document type.<comment>text copied from dev guide. See 
i60932</comment></paragraph>
+<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US" l10n="CHG" oldref="2">Addresses 
the active component so that its properties can be read and set. ThisComponent is used from 
document Basic, where it represents the document the Basic belongs to. The type of object accessed 
by ThisComponent depends on the document type.<comment>see i60932</comment></paragraph>
 </section>
 <paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" l10n="U" 
oldref="3">Syntax:</paragraph>
 <paragraph role="paragraph" id="par_id3151056" xml-lang="en-US" l10n="U" 
oldref="4">ThisComponent</paragraph>
diff --git a/helpcontent2/source/text/sbasic/shared/03132500.xhp 
b/helpcontent2/source/text/sbasic/shared/03132500.xhp
index bad640f..03cfae4 100644
--- a/helpcontent2/source/text/sbasic/shared/03132500.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03132500.xhp
@@ -44,7 +44,7 @@
 <body>
 <section id="getdefaultcontext">
 <bookmark xml-lang="en-US" branch="index" id="bm_id4761192"><bookmark_value>GetDefaultContext 
function</bookmark_value>
-</bookmark><comment>mw changed index entry</comment>
+</bookmark>
 <paragraph role="heading" id="par_idN10580" xml-lang="en-US" level="1" l10n="NEW"><link 
href="text/sbasic/shared/03132500.xhp">GetDefaultContext Function [Runtime]</link></paragraph>
 <paragraph role="paragraph" id="par_idN10590" xml-lang="en-US" l10n="NEW">Returns the default 
context of the process service factory, if existent, else returns a null reference. </paragraph>
 </section>
diff --git a/helpcontent2/source/text/sbasic/shared/05060700.xhp 
b/helpcontent2/source/text/sbasic/shared/05060700.xhp
index 332d569..38d3d7f 100644
--- a/helpcontent2/source/text/sbasic/shared/05060700.xhp
+++ b/helpcontent2/source/text/sbasic/shared/05060700.xhp
@@ -44,7 +44,7 @@
 <body>
 <section id="makro">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3153894"><bookmark_value>events;linked to 
objects</bookmark_value>
-</bookmark><comment>UFI: removed all help ids</comment>
+</bookmark>
 <paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="1" l10n="U" oldref="1"><link 
href="text/sbasic/shared/05060700.xhp" name="Macro">Macro</link></paragraph>
 <paragraph role="paragraph" id="par_id3153748" xml-lang="en-US" l10n="U" oldref="2"><ahelp 
hid=".">Choose the macro that you want to execute when the selected graphic, frame, or OLE object 
is selected.</ahelp> Depending on the object that is selected, the function is either found on the 
<emph>Macro</emph> tab of the <emph>Object</emph> dialog, or in the <emph>Assign Macro</emph> 
dialog.</paragraph>
 </section>
diff --git a/helpcontent2/source/text/sbasic/shared/keys.xhp 
b/helpcontent2/source/text/sbasic/shared/keys.xhp
index 16bf7a5..634caca 100644
--- a/helpcontent2/source/text/sbasic/shared/keys.xhp
+++ b/helpcontent2/source/text/sbasic/shared/keys.xhp
@@ -70,7 +70,7 @@
 <paragraph role="tablecontent" id="par_id3150010" xml-lang="en-US" l10n="U" 
oldref="7">Stop</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3154319" xml-lang="en-US" l10n="CHG" 
oldref="8">Shift+F5<comment>UFI: feature mail "changed/CWS tbe10 : Basic IDE keyboard 
shortcuts"</comment></paragraph>
+<paragraph role="tablecontent" id="par_id3154319" xml-lang="en-US" l10n="CHG" 
oldref="8">Shift+F5</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
-- 
1.7.9.4


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.