source/text/sbasic/shared/03/sf_calc.xhp |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 01e2e91dcfb2a6d07eec0f9188189213fa464592
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Tue Jun 22 19:10:48 2021 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Jun 24 12:44:00 2021 +0200

    Fix localization in SF_Calc help page
    
    This patch silences a few strings for translantion. It also rephrases the 
first 2 paragraphs of the Calc service that were inaccurate.
    
    Change-Id: Ic2ce5e2c5e53134d80717cd97f63bec4bd726a9b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117641
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03/sf_calc.xhp 
b/source/text/sbasic/shared/03/sf_calc.xhp
index 9ef1d166c..1dbf6c509 100644
--- a/source/text/sbasic/shared/03/sf_calc.xhp
+++ b/source/text/sbasic/shared/03/sf_calc.xhp
@@ -25,8 +25,8 @@
 
 <section id="abstract">
     <h1 id="hd_id731582733781114" xml-lang="en-US"><variable 
id="CalcService"><link href="text/sbasic/shared/03/sf_calc.xhp" name="Calc 
service"><literal>SFDocuments</literal>.<literal>Calc</literal> 
service</link></variable></h1>
-    <paragraph role="paragraph" id="par_id381589189355849" 
xml-lang="en-US">The <literal>SFDocuments</literal> library provides a number 
of methods and properties to facilitate the management and handling of 
%PRODUCTNAME Calc documents.</paragraph>
-    <paragraph role="paragraph" id="par_id351591014177269" 
xml-lang="en-US">Some methods are generic for all types of documents and are 
inherited from the <literal>Document</literal> service, whereas other methods 
are specific for the <literal>SF_Calc</literal> module.</paragraph>
+    <paragraph role="paragraph" id="par_id381589189355849" 
xml-lang="en-US">The <literal>SFDocuments</literal> shared library provides a 
number of methods and properties to facilitate the management and handling of 
%PRODUCTNAME documents.</paragraph>
+    <paragraph role="paragraph" id="par_id351591014177269" 
xml-lang="en-US">Some methods are generic for all types of documents and are 
inherited from the <literal>SF_Document</literal> module, whereas other methods 
that are specific for Calc documents are defined in the 
<literal>SF_Calc</literal> module.</paragraph>
     <paragraph role="paragraph" id="par_id591589189364267" 
xml-lang="en-US">The <literal>SF_Calc</literal> module is focused 
on:</paragraph>
     <list type="unordered">
         <listitem>
@@ -713,7 +713,7 @@
   </bascode>
   <embed href="text/sbasic/shared/00000003.xhp#In_Python"/>
   <pycode>
-    <paragraph role="pycode" 
id="pyc_id761621538667290">doc.CopyToRange("SheetX.A1:F10", 
"SheetY.C5:J5")</paragraph>
+    <paragraph role="pycode" localize="false" 
id="pyc_id761621538667290">doc.CopyToRange("SheetX.A1:F10", 
"SheetY.C5:J5")</paragraph>
   </pycode>
   <pycode>
     <paragraph role="pycode" localize="false" id="pyc_id531621538188957">docA 
= svcUI.OpenDocument(r"C:\Documents\FileA.ods", hidden = True, readonly = 
True)</paragraph>
@@ -796,13 +796,13 @@
   <paragraph role="paragraph" id="par_id251623063305557">In the following 
examples, the first line gets the names of all forms stored in "Sheet1" and the 
second line retrieves the <literal>Form</literal> object of the form named 
"Form_A" which is stored in "Sheet1".</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
   <bascode>
-    <paragraph role="bascode" id="bas_id191623063399519">Set FormNames = 
oDoc.Forms("Sheet1")</paragraph>
-    <paragraph role="bascode" id="bas_id691623063399711">Set FormA = 
oDoc.Forms("Sheet1", "Form_A")</paragraph>
+    <paragraph role="bascode" localize="false" id="bas_id191623063399519">Set 
FormNames = oDoc.Forms("Sheet1")</paragraph>
+    <paragraph role="bascode" localize="false" id="bas_id691623063399711">Set 
FormA = oDoc.Forms("Sheet1", "Form_A")</paragraph>
   </bascode>
   <embed href="text/sbasic/shared/00000003.xhp#In_Python"/>
   <pycode>
-    <paragraph role="pycode" id="pyc_id271623063215023">form_names = 
doc.Forms("Sheet1")</paragraph>
-    <paragraph role="pycode" id="pyc_id961623063234990">form_A = 
doc.Forms("Sheet1", "Form_A")</paragraph>
+    <paragraph role="pycode" localize="false" 
id="pyc_id271623063215023">form_names = doc.Forms("Sheet1")</paragraph>
+    <paragraph role="pycode" localize="false" 
id="pyc_id961623063234990">form_A = doc.Forms("Sheet1", "Form_A")</paragraph>
   </pycode>
 </section>
 
@@ -1089,7 +1089,7 @@
   <h2 id="hd_id311591699085933" localize="false">RemoveSheet</h2>
   <paragraph role="paragraph" id="par_id661591699085351">Removes an existing 
sheet from the document.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
-  <paragraph role="paragraph" id="par_id991621620588147">
+  <paragraph role="paragraph" localize="false" id="par_id991621620588147">
     <input>svc.RemoveSheet(sheetname: str): bool</input>
   </paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to