diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 10:06:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-20 12:37:56 +0100 |
commit | 137131842f34de41eddfa5c17768c26b30ef9404 (patch) | |
tree | c98bed8a07e7d35181e9a6f9f5f3c6bb79ad896c | |
parent | ffa83824886c325b7a75100ae403efd6e5e9bda7 (diff) |
loplugin:duplicate-defines
duplicates in same file
Change-Id: I3f700bf3d7641f544f007a2a662a414a579156e4
Reviewed-on: https://gerrit.libreoffice.org/85559
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | sc/inc/unonames.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index 6fb5051ec249..9a71377ff116 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -621,7 +621,6 @@ // data pilot descriptor #define SC_UNO_DP_IGNORE_EMPTYROWS "IgnoreEmptyRows" -#define SC_UNO_DP_REPEATEMPTY "RepeatIfEmpty" #define SC_UNO_DP_DRILLDOWN "DrillDownOnDoubleClick" #define SC_UNO_DP_SHOWFILTER "ShowFilterButton" #define SC_UNO_DP_IMPORTDESC "ImportDescriptor" @@ -677,7 +676,6 @@ #define SC_UNONAME_ROLE "Role" #define SC_UNONAME_HIDDENVALUES "HiddenValues" #define SC_UNONAME_INCLUDEHIDDENCELLS "IncludeHiddenCells" -#define SC_UNONAME_HIDDENVALUES "HiddenValues" #define SC_UNONAME_USE_INTERNAL_DATA_PROVIDER "UseInternalDataProvider" #define SC_UNONAME_HAS_STRING_LABEL "HasStringLabel" #define SC_UNONAME_TIME_BASED "TimeBased" |