summaryrefslogtreecommitdiff
path: root/vcl/source/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 08:50:39 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-24 08:17:55 +0000
commitdd351dd728687cffe432ce0ec9367ceb80e097fb (patch)
treec397740bd7b6fdb890657687001d6af244ec11a3 /vcl/source/filter
parent145a9954116b14a417fd403a13536883dbd5c96e (diff)
loplugin:unusedfields in vcl/
and remove the unused SALEVENT_MOUSEACTIVATE stuff Change-Id: Ieb85872eca68621c6a7be47ff5dbea12f7690507 Reviewed-on: https://gerrit.libreoffice.org/20140 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/source/filter')
-rw-r--r--vcl/source/filter/FilterConfigCache.hxx4
-rw-r--r--vcl/source/filter/wmf/winmtf.hxx3
2 files changed, 1 insertions, 6 deletions
diff --git a/vcl/source/filter/FilterConfigCache.hxx b/vcl/source/filter/FilterConfigCache.hxx
index 71661f2bbfc2..8c52991e4636 100644
--- a/vcl/source/filter/FilterConfigCache.hxx
+++ b/vcl/source/filter/FilterConfigCache.hxx
@@ -36,16 +36,12 @@ class FilterConfigCache
OUString sType;
css::uno::Sequence< OUString > lExtensionList;
OUString sUIName;
- OUString sDocumentService;
- OUString sFilterService;
- OUString sTemplateName;
OUString sExternalFilterName;
OUString sMediaType;
OUString sFilterType;
sal_Int32 nFlags;
- sal_Int32 nFileFormatVersion;
// user data
OUString sFilterName;
diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx
index af179ba3d844..087c3f2d5db1 100644
--- a/vcl/source/filter/wmf/winmtf.hxx
+++ b/vcl/source/filter/wmf/winmtf.hxx
@@ -449,8 +449,7 @@ struct SaveStruct
WinMtfClipPath aClipPath;
XForm aXForm;
- bool bRecordPath;
- bool bFillStyleSelected;
+ bool bFillStyleSelected;
};
typedef std::shared_ptr<SaveStruct> SaveStructPtr;