summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-25 14:40:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-25 14:40:42 +0000
commit164903c0441a2cd79bc06708fe7e69780bb85a09 (patch)
tree616e3d1f2c7c4e5b2982bf3143625708241b255c
parent09f38e21c1a69bc0b00a72b954bd88b9545bb1c5 (diff)
WaE: unused member
Change-Id: I3fe4cc5ba4c40b54718338ac4c02c67979486feb
-rw-r--r--dbaccess/source/core/dataaccess/documentdefinition.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/core/dataaccess/documentdefinition.cxx b/dbaccess/source/core/dataaccess/documentdefinition.cxx
index 5711294ef933..09032e3410f2 100644
--- a/dbaccess/source/core/dataaccess/documentdefinition.cxx
+++ b/dbaccess/source/core/dataaccess/documentdefinition.cxx
@@ -164,7 +164,6 @@ namespace dbaccess
Reference< XEmbeddedObject > m_xBroadCaster;
ODocumentDefinition* m_pDefinition;
bool m_bInStateChange;
- bool m_bInChangingState;
protected:
virtual void SAL_CALL disposing() SAL_OVERRIDE;
public:
@@ -173,7 +172,6 @@ namespace dbaccess
,m_xBroadCaster(_xBroadCaster)
,m_pDefinition(_pDefinition)
,m_bInStateChange(false)
- ,m_bInChangingState(false)
{
osl_atomic_increment( &m_refCount );
{