[Libreoffice-commits] help.git: source/text
Jean-Pierre Ledure (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 4 11:41:22 UTC 2021
source/text/sbasic/shared/03/sf_dictionary.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c832000c08c6c348d8c1e4914477d6820a42656d
Author: Jean-Pierre Ledure <jp at ledure.be>
AuthorDate: Mon Jan 4 12:14:59 2021 +0100
Commit: Jean-Pierre Ledure <jp at ledure.be>
CommitDate: Mon Jan 4 12:41:02 2021 +0100
ReplaceKey() method: the replacing key,
(2nd argument of the method)
must not exist
Change-Id: Ia8613c5c82c0a086e0948032f912d828e52e1feb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108589
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp at ledure.be>
diff --git a/source/text/sbasic/shared/03/sf_dictionary.xhp b/source/text/sbasic/shared/03/sf_dictionary.xhp
index 0e63b8d06..35c56ec0e 100644
--- a/source/text/sbasic/shared/03/sf_dictionary.xhp
+++ b/source/text/sbasic/shared/03/sf_dictionary.xhp
@@ -385,7 +385,7 @@
</bascode>
<h3 id="hd_id791582896597306" localize="false"><embedvar href="text/sbasic/shared/00000003.xhp#functparameters"/></h3>
<paragraph role="paragraph" id="par_id911582896597619"><emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise a <literal>UNKNOWNKEYERROR</literal> error is generated.</paragraph>
- <paragraph role="paragraph" id="par_id531582896597989"><emph>Value</emph> : Not case-sensitive. Must exist in the dictionary, otherwise a <literal>DUPLICATEKEYERROR</literal> error is generated.</paragraph>
+ <paragraph role="paragraph" id="par_id531582896597989"><emph>Value</emph> : Not case-sensitive. Must not exist in the dictionary, otherwise a <literal>DUPLICATEKEYERROR</literal> error is generated.</paragraph>
<h3 id="hd_id931582896597782" localize="false"><embedvar href="text/sbasic/shared/00000003.xhp#functexample"/></h3>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id521582896597313"> myDict.ReplaceKey("OldKey", "NewKey")</paragraph>
More information about the Libreoffice-commits
mailing list