source/text/sbasic/shared/03/sf_timer.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 84169c6b03ae925d6b483c0c0141f28889c0bf56
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Wed Feb 2 22:58:59 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Feb 3 04:19:15 2022 +0100

    make two sentences in Timer service localizable
    
    Change-Id: I39e7cd9bb39cc2905aa9fc36f3434dc70b8e5fe4
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129390
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_timer.xhp 
b/source/text/sbasic/shared/03/sf_timer.xhp
index b66304f89..dc4ae0cd3 100644
--- a/source/text/sbasic/shared/03/sf_timer.xhp
+++ b/source/text/sbasic/shared/03/sf_timer.xhp
@@ -51,7 +51,7 @@
     <paragraph role="bascode" localize="false" 
id="bas_id551610734764343">GlobalScope.BasicLibraries.LoadLibrary("ScriptForge")</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id11582733781672">Dim 
myTimer As Variant</paragraph>
     <paragraph role="bascode" localize="false" 
id="bas_id31582733781292">myTimer = CreateScriptService("Timer", 
True)</paragraph>
-    <paragraph role="bascode" localize="false" id="bas_id681582733781715">'The 
timer starts immediately when the second argument = True, default = 
False</paragraph>
+    <paragraph role="bascode" id="bas_id681582733781715">'The timer starts 
immediately when the second argument = True, default = False</paragraph>
   </bascode>
   <paragraph role="paragraph" id="par_id891582733781994" xml-lang="en-US">It 
is recommended to free resources after use:</paragraph>
   <bascode>
@@ -152,7 +152,7 @@
         </tablecell>
     </tablerow>
     </table>
-    <paragraph role="tip" id="par_id9158273378151" xml-lang="en-US" 
localize="false">Note that the <literal>TotalDuration</literal> property is 
equivalent to summing the <literal>Duration</literal> and 
<literal>SuspendDuration</literal> properties.</paragraph>
+    <paragraph role="tip" id="par_id9158273378151" xml-lang="en-US">Note that 
the <literal>TotalDuration</literal> property is equivalent to summing the 
<literal>Duration</literal> and <literal>SuspendDuration</literal> 
properties.</paragraph>
 
   <h2 id="hd_id141582734141895" xml-lang="en-US">Methods</h2>
     <paragraph role="paragraph" id="par_id291582734377752" 
xml-lang="en-US">All methods do not require arguments and return a 
<literal>Boolean</literal> value.</paragraph>

Reply via email to