source/text/sbasic/shared/03/sf_platform.xhp | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-)
New commits: commit e187e1497fe9c9dc8f8a5d6380e63604e228bbb1 Author: Alain Romedenne <alain.romede...@libreoffice.org> AuthorDate: Thu Mar 20 10:39:26 2025 +0100 Commit: Alain Romedenne <alain.romede...@libreoffice.org> CommitDate: Thu Mar 20 14:25:51 2025 +0100 SF_Platform new property Change-Id: Ibf565f9ffd2acd6fdb9fae91a0e54b57ec4ee562 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183158 Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org> Tested-by: Jenkins diff --git a/source/text/sbasic/shared/03/sf_platform.xhp b/source/text/sbasic/shared/03/sf_platform.xhp index a149af1b8e..e488d21322 100644 --- a/source/text/sbasic/shared/03/sf_platform.xhp +++ b/source/text/sbasic/shared/03/sf_platform.xhp @@ -78,6 +78,7 @@ <bookmark_value>Platform service;Processor</bookmark_value> <bookmark_value>Platform service;PythonVersion</bookmark_value> <bookmark_value>Platform service;SystemLocale</bookmark_value> + <bookmark_value>Platform service;UntitledPrefix</bookmark_value> <bookmark_value>Platform service;UserData</bookmark_value> </bookmark> <h2 id="hd_id711600788076834">Properties</h2> @@ -382,6 +383,20 @@ <paragraph id="par_id831633021741336" role="tablecontent">Returns the locale of the operating system as a string in the format "la-CO" (language-COUNTRY). This is equivalent to the <literal>Locale</literal> property.</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id831744021124410" localize="false" role="tablecontent">UntitledPrefix</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id561744021702057" role="tablecontent">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id201744021740149" localize="false" role="tablecontent">String</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id831744021741958" role="tablecontent">Returns the prefix used to name new documents ("Untitled " in english).</paragraph> + </tablecell> + </tablerow> <tablerow> <tablecell> <paragraph id="par_id831633021124410" localize="false" role="tablecontent">UserData</paragraph> @@ -393,7 +408,7 @@ <paragraph id="par_id201633021740149" localize="false" role="tablecontent">Dictionary</paragraph> </tablecell> <tablecell> - <paragraph id="par_id831633021741958" role="tablecontent">Returns a <literal>Dictionary</literal> instance containing key-value pairs in relation with <emph>Tools - Options - User Data</emph> dialog.</paragraph> + <paragraph id="par_id831633021741958" role="tablecontent">Returns a <literal>ScriptForge.Dictionary</literal> instance containing key-value pairs in relation with <emph>Tools - Options - User Data</emph> dialog.</paragraph> </tablecell> </tablerow> </table>