diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 10:25:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 10:09:50 +0000 |
commit | 06f0d2d9f1ff0f6a8d1eddc693e4c4f65ec2b046 (patch) | |
tree | c2ab6a55156f972d721b3362dc4219bb4f639bba /compilerplugins | |
parent | dc003d59ea81d39bccc88f47b0a0d6c12f82357d (diff) |
convert FormulaCompiler::SeparatorType to scoped enum
and drop unused COMMA_BASE enumerator
Change-Id: I5f35ba7453d5ca613ebd65d0853c7caaa210f3de
Reviewed-on: https://gerrit.libreoffice.org/34357
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index cb45db759554..4a0c49c5012f 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -145,6 +145,8 @@ for d in definitionSet: "basic/source/inc/token.hxx", # SbiToken "binaryurp/source/specialfunctionids.hxx", # binaryurp::SpecialFunctionIds "connectivity/source/inc/odbc/OTools.hxx", # ODBC3SQLFunctionId + "include/formula/grammar.hxx", # FormulaGrammar::Grammar + "include/formula/opcode.hxx", # OpCode # Windows or OSX only "include/canvas/rendering/icolorbuffer.hxx", "include/vcl/commandevent.hxx", |