[Libreoffice-commits] core.git: sc/inc

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 20 11:39:01 UTC 2019


 sc/inc/unonames.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 137131842f34de41eddfa5c17768c26b30ef9404
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Dec 18 10:06:54 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Dec 20 12:37:56 2019 +0100

    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 at collabora.co.uk>

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"


More information about the Libreoffice-commits mailing list