diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-06 09:30:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-06 08:29:00 +0000 |
commit | a6fd34907fa9d2eedcd6fba2bb4c1e3340d88fb1 (patch) | |
tree | 43a42c89899286875245dd7f91d97e4cbd2366ab /reportdesign/source | |
parent | 1cf15a4cdde09972e78baee704014099433ac43e (diff) |
loplugin:unusedenumconstants in reportdesign
Change-Id: I19c9a72f36bcb70ca33192a75946698c64e9375a
Reviewed-on: https://gerrit.libreoffice.org/33950
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/filter/xml/xmlEnums.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlEnums.hxx b/reportdesign/source/filter/xml/xmlEnums.hxx index 8e91f33c90b1..91214fea3171 100644 --- a/reportdesign/source/filter/xml/xmlEnums.hxx +++ b/reportdesign/source/filter/xml/xmlEnums.hxx @@ -137,8 +137,6 @@ namespace rptxml ,XML_TOK_PROPERTIES ,XML_TOK_SIZE ,XML_TOK_IMAGE_DATA - ,XML_TOK_IMAGE_POSITION - ,XML_TOK_IMAGE_ALIGN ,XML_TOK_SCALE ,XML_TOK_LABEL ,XML_TOK_DATA_FORMULA |