diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 18:54:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:09 +0200 |
commit | 234884c09db0301b9f0b3336f9b0dbb9523ee005 (patch) | |
tree | 08b05acb411b0aaa21de8576d20b73a50a31bbcc /sot | |
parent | 85c758a4618d3a485f778bda5b20a8221161e399 (diff) |
loplugin:unusedfields in include/sot,include/svl,include/svtools
Change-Id: Ia2dd13c2c48b127ab85311a668fa1f37608d360a
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/object.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx index 9f39e035736f..11802528f2c2 100644 --- a/sot/source/base/object.cxx +++ b/sot/source/base/object.cxx @@ -58,7 +58,6 @@ void * SotObject::Cast( const SotFactory * pFact ) SotObject::SotObject() : nOwnerLockCount( 0 ) , bOwner ( true ) - , bSVObject ( false ) , bInClose ( false ) { SotFactory::IncSvObjectCount( this ); |