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 /include | |
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 'include')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 4e9badc4346f..a0289c0881ab 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -673,6 +673,7 @@ class SvxZoomItem; #define FN_PARAM_4 (FN_PARAM+63) #define FN_PARAM_5 (FN_PARAM+64) #define FN_PARAM_6 (FN_PARAM+65) +#define FN_NOUPDATE (FN_PARAM+66) #define FN_FAX (SID_SW_START + 28) /* Fax */ #define SID_KEYFUNC_START (SID_SC_START + 521) |