[Libreoffice-commits] core.git: compilerplugins/clang include/tools writerfilter/source

Noel Grandin noel.grandin at collabora.co.uk
Mon Feb 20 05:57:14 UTC 2017


 compilerplugins/clang/unusedenumconstants.py |    1 +
 include/tools/wintypes.hxx                   |    1 -
 writerfilter/source/ooxml/OOXMLFactory.hxx   |    1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 76f9e3b417f19c0a16477e0a0e68e2da31d1de6f
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Fri Feb 17 15:41:40 2017 +0200

    remove some unused enumerators
    
    Change-Id: Idb9080f9c2edd838385d78b64e61ab49e93fe54b
    Reviewed-on: https://gerrit.libreoffice.org/34373
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py
index 4a0c49c..803aaff 100755
--- a/compilerplugins/clang/unusedenumconstants.py
+++ b/compilerplugins/clang/unusedenumconstants.py
@@ -155,6 +155,7 @@ for d in definitionSet:
          "include/vcl/svapp.hxx",
          "include/vcl/salbtype.hxx",
          "include/vcl/commandevent.hxx", # CommandEvent, MediaCommand, ShowDialogId
+         "include/canvas/rendering/irendermodule.hxx", # canvas::IRenderModule::PrimitiveType
         # must match some other enum
          "include/editeng/bulletitem.hxx",
          "include/editeng/svxenum.hxx",
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index bf6b4d2..1fbe05b 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -58,7 +58,6 @@ enum class WindowType : sal_uInt16
     MOREBUTTON           ,
     SPINBUTTON           ,
     RADIOBUTTON          ,
-    IMAGERADIOBUTTON     ,
     CHECKBOX             ,
     TRISTATEBOX          ,
     EDIT                 ,
diff --git a/writerfilter/source/ooxml/OOXMLFactory.hxx b/writerfilter/source/ooxml/OOXMLFactory.hxx
index 574550b..cbb9ca2 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.hxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.hxx
@@ -43,7 +43,6 @@ enum class ResourceType {
     String,
     Shape,
     Boolean,
-    HexValue,
     Value,
     XNote,
     TextTableCell,


More information about the Libreoffice-commits mailing list