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

New commits:
commit acb79818f17b823827ff39871ea53ae3be0a9f1d
Author:     Alain Romedenne <alain.romede...@libreoffice.org>
AuthorDate: Mon Feb 26 18:02:57 2024 +0100
Commit:     Alain Romedenne <alain.romede...@libreoffice.org>
CommitDate: Mon Feb 26 18:33:28 2024 +0100

    sf_calc documentation update
    
    Change-Id: I7646524df9ab75dd74d5e5ece0e3291f6f553ec9
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163971
    Tested-by: Jenkins
    Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03/sf_calc.xhp 
b/source/text/sbasic/shared/03/sf_calc.xhp
index 34040f40d1..88a5c7de90 100644
--- a/source/text/sbasic/shared/03/sf_calc.xhp
+++ b/source/text/sbasic/shared/03/sf_calc.xhp
@@ -1292,7 +1292,7 @@
     <input>svc.GetColumnName(columnnumber: int): str</input>
   </paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-  <paragraph role="paragraph" 
id="par_id83159163272628"><emph>columnnumber</emph>: The column number as an 
integer value in the interval 1 ... 1024.</paragraph>
+  <paragraph role="paragraph" 
id="par_id83159163272628"><emph>columnnumber</emph>: The column number as an 
integer value in the interval 1 ... 16384.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
   <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
   <paragraph role="paragraph" id="par_id11621539831303">Displays a message box 
with the name of the third column, which by default is "C".</paragraph>
@@ -1304,7 +1304,7 @@
     <paragraph role="pycode" localize="false" id="pyc_id661621539873908">bas = 
CreateScriptService("Basic")</paragraph>
     <paragraph role="pycode" localize="false" 
id="pyc_id901621540022229">bas.MsgBox(myDoc.GetColumnName(3))</paragraph>
   </pycode>
-  <note id="par_id451611753568778">The maximum number of columns allowed on a 
Calc sheet is 1024.</note>
+  <note id="par_id451611753568778">The maximum number of columns allowed on a 
Calc sheet is 16384.</note>
 </section>
 
 <section id="GetFormula">

Reply via email to