diff options
-rw-r--r-- | source/text/sbasic/shared/03/sf_platform.xhp | 17 |
1 files changed, 16 insertions, 1 deletions
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> @@ -384,6 +385,20 @@ </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> </tablecell> <tablecell> @@ -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> |