diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 11:33:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 12:40:33 +0000 |
commit | fec7d941d06b651013a8c08fa5128beacbad637d (patch) | |
tree | d32d556c05d6136344cf8b90e1a0dc1a97bc4839 /xmloff | |
parent | b3e31cb9a65ca231fd9185c92096a52883191d0b (diff) |
coverity#708715 unused member variable
Change-Id: Idc7c58ec1f2646276e16177dcb748daea8f85849
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLPropertyBackpatcher.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLPropertyBackpatcher.hxx b/xmloff/source/text/XMLPropertyBackpatcher.hxx index fc506a529e5c..cd31bb73ad5d 100644 --- a/xmloff/source/text/XMLPropertyBackpatcher.hxx +++ b/xmloff/source/text/XMLPropertyBackpatcher.hxx @@ -70,9 +70,6 @@ class XMLPropertyBackpatcher /// name of the property to preserve OUString sPreservePropertyName; - /// default value for unresolved properties (if bDefaultHandling) - A aDefault; - /// backpatch list type typedef ::std::vector< ::com::sun::star::uno::Reference< |