diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-21 10:59:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-21 12:45:49 +0200 |
commit | 8ee52d72f57f70f791c79372a43ad6e5efd88c19 (patch) | |
tree | e4c846b0f041ac26882a62684f923ae831e5489c /writerperfect/inc | |
parent | 4c7ce41582b85375df385a05770a0a79fa742bbc (diff) |
loplugin:unusedfields writerfilter,writerperfect
Change-Id: I8863fcdb0751d2f1becea5b2487d4070e4fd4195
Diffstat (limited to 'writerperfect/inc')
-rw-r--r-- | writerperfect/inc/ImportFilter.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx index da4badf5a82b..9833edb013a2 100644 --- a/writerperfect/inc/ImportFilter.hxx +++ b/writerperfect/inc/ImportFilter.hxx @@ -180,7 +180,6 @@ private: css::uno::Reference< css::uno::XComponentContext > mxContext; css::uno::Reference< css::lang::XComponent > mxDoc; OUString msFilterName; - css::uno::Reference< css::xml::sax::XDocumentHandler > mxHandler; }; } |