diff options
author | Henry Castro <hcastro@collabora.com> | 2022-11-04 07:52:09 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2022-12-06 18:13:06 +0000 |
commit | 7a6445eedde28675c575f74c09ff236963525d20 (patch) | |
tree | d653c01f5ed33d3793b6c16be0fd790f7e1f8b49 /svx/sdi | |
parent | fa82e151d80d15eeb6dfae434f1dbb3b68907188 (diff) |
sfx2: rename FN_PARAM_1 to FN_NOUPDATE
The parameter is intended to not update the fields
from data source otherwise it will reset to the first
record.
Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: I204cd20b8eb0b3f26c204e139c72b479c83bbf0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142276
Tested-by: Jenkins
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index d4e4f62450b6..bc1d9e5c429f 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -11770,7 +11770,7 @@ SfxVoidItem InsertRowsAfter SID_TABLE_INSERT_ROW_AFTER ] SfxBoolItem PrepareMailExport SID_MAIL_PREPAREEXPORT -(SfxBoolItem On FN_PARAM_1) +(SfxBoolItem On FN_NOUPDATE) [ AutoUpdate = FALSE, FastCall = FALSE, |