diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-21 11:58:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-22 08:47:34 +0200 |
commit | e5ee29737edc08874ae854c459198aa4fba59dd8 (patch) | |
tree | 995b939083e527ad4c6661daef9ab8bbcb449f77 /include/oox | |
parent | 0281b187752a6da62b801f4a4acf5cf74c2c31f2 (diff) |
loplugin:unusedfields in oox,reportdesign
Change-Id: I0201d76cb3d4605bdc00c81cfa9d91f98341c7f3
Reviewed-on: https://gerrit.libreoffice.org/40290
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/dump/dffdumper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/dump/dffdumper.hxx b/include/oox/dump/dffdumper.hxx index 5f49b81a201b..56c8b87d3dd6 100644 --- a/include/oox/dump/dffdumper.hxx +++ b/include/oox/dump/dffdumper.hxx @@ -54,8 +54,6 @@ private: sal_uInt16 dumpDffOptPropHeader(); private: - ItemFormatMap maSimpleProps; - ItemFormatMap maComplexProps; sal_uInt16 mnInstVer; sal_Int32 mnRealSize; }; |