summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-06 10:01:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-06 10:01:45 +0200
commitc1be1a5ce7949220236da9540d0e4a91882dee05 (patch)
tree39a6d76c51423740285bd39d2ba7cc3e9d4e81d5 /dbaccess
parent725a9909cdfeeb9a5c43a9b35ae18874433c2c65 (diff)
-Werror,-Wunused-private-field
Change-Id: I0dd91ba9f7b3cbe9c6799c40b7e16a8a58f9d89e
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlComponent.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlComponent.hxx b/dbaccess/source/filter/xml/xmlComponent.hxx
index 6020a1e35497..5a69ef9a1a70 100644
--- a/dbaccess/source/filter/xml/xmlComponent.hxx
+++ b/dbaccess/source/filter/xml/xmlComponent.hxx
@@ -29,7 +29,6 @@ namespace dbaxml
{
OUString m_sName;
OUString m_sHREF;
- OUString m_sComponentServiceName;
bool m_bAsTemplate;
public: