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 /sfx2 | |
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 'sfx2')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index bb2a01b77620..f0bc6172ab1d 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -1032,7 +1032,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) if (bMailPrepareExport) { SfxRequest aRequest(SID_MAIL_PREPAREEXPORT, SfxCallMode::SYNCHRON, GetPool()); - aRequest.AppendItem(SfxBoolItem(FN_PARAM_1, true)); + aRequest.AppendItem(SfxBoolItem(FN_NOUPDATE, true)); ExecuteSlot(aRequest); } |