diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-29 09:09:05 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-30 07:01:41 +0000 |
commit | fbd23182ee1804fd87a13d79a71e231549767408 (patch) | |
tree | ba2e1c8af7bcfc71908ae6a1858315e6547b3c73 /xmloff | |
parent | f160d8c879b7184b2a41f2310a09c0432c14379a (diff) |
loplugin:unusedfields
Change-Id: If06fffa8db050df0f9c1c7da6163575bf522382e
Reviewed-on: https://gerrit.libreoffice.org/26754
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLPropertyBackpatcher.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLPropertyBackpatcher.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLPropertyBackpatcher.cxx b/xmloff/source/text/XMLPropertyBackpatcher.cxx index fbc86fdc5602..08c2c17a19ea 100644 --- a/xmloff/source/text/XMLPropertyBackpatcher.cxx +++ b/xmloff/source/text/XMLPropertyBackpatcher.cxx @@ -34,7 +34,6 @@ template<class A> XMLPropertyBackpatcher<A>::XMLPropertyBackpatcher( const OUString& sPropName) : sPropertyName(sPropName) -, sPreservePropertyName() { } diff --git a/xmloff/source/text/XMLPropertyBackpatcher.hxx b/xmloff/source/text/XMLPropertyBackpatcher.hxx index 74e2c9b33d18..af31ec5190db 100644 --- a/xmloff/source/text/XMLPropertyBackpatcher.hxx +++ b/xmloff/source/text/XMLPropertyBackpatcher.hxx @@ -61,9 +61,6 @@ class XMLPropertyBackpatcher /// name of property that gets set or backpatched OUString sPropertyName; - /// name of the property to preserve - OUString sPreservePropertyName; - /// backpatch list type typedef ::std::vector< css::uno::Reference<css::beans::XPropertySet> > BackpatchListType; |