diff options
author | Sahil Gautam <me.sahilgautam@gmail.com> | 2024-09-24 23:57:22 +0530 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-09-27 15:22:46 +0200 |
commit | 29fd68bb682006ccaa5aaed516c064b5b6368463 (patch) | |
tree | 063cb9f656130ef2217e9016967f888aea4bb584 /include/sfx2 | |
parent | b8368ad96e779196f7fdaa4dfd5e26a51e1bd829 (diff) |
tdf#85976 [RFE] Add a "Remove Duplicate Records" command
Add a "Remove Duplicate Records" entry under Calc > menu Data
to remove duplicate records from a rectangular selection
of cells in Calc.
Change-Id: Ic8340d7f1e19461ef3666fd2ef65294b73577d5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160685
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index a4aad72cf96a..411a00782c02 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -684,7 +684,8 @@ 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 TypedWhichId<SfxBoolItem>(FN_PARAM+66) +#define FN_PARAM_7 (FN_PARAM+66) +#define FN_NOUPDATE TypedWhichId<SfxBoolItem>(FN_PARAM+67) #define FN_FAX (SID_SW_START + 28) /* Fax */ #define SID_KEYFUNC_START (SID_SC_START + 521) |