diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-13 11:06:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 08:09:24 +0000 |
commit | b0a23c4c35f90ce3cf6a18a37fe141eb33cd5c57 (patch) | |
tree | 195c3b2cfdb773fabecf213db77970328f70b28b /compilerplugins | |
parent | 078ce1d5977c387e0c69eb5f6c5bec5127234835 (diff) |
remove unused BreakedLine enumerator from SdrMeasureTextVPos
Change-Id: I28cf3d36c1427b382aea1925d2dd94ace0d2a443
Reviewed-on: https://gerrit.libreoffice.org/34204
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index f7a6432b8de0..50be7db08f74 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -107,6 +107,7 @@ for d in definitionSet: "vcl/inc/sft.hxx", # CompositeFlags, WidthClass, WeightClass "vcl/inc/CommonSalLayout.hxx", # VerticalOrientation "include/tools/fontenum.hxx", # part of GDI file format + "svx/inc/galobj.hxx", # GalSoundType # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on |