diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 09:17:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-24 10:09:26 +0200 |
commit | e0bf7914b45c4236a9266295df915a9079d9ff00 (patch) | |
tree | 32503223850fe5db2f404e7fb4a58dbb51339f85 /xmloff/inc | |
parent | 22c59683144171cc96c71f00c24dbf540681c2ee (diff) |
loplugin:unusedfields in xmloff/
Change-Id: I1fb9cb1bc04fb0886d6080f62899a04e8fd4429e
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 2baa3117e1cd..e9436c4918c4 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -1389,10 +1389,7 @@ public: class XMLCustomPropertyFieldImportContext : public XMLTextFieldImportContext { - OUString sName; ::com::sun::star::uno::Any aValue; - const OUString sPropertyName; - const OUString sPropertyValue; public: |