diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 11:19:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 11:19:55 +0200 |
commit | 401d07f31fde6992125b498fc2ac798a6523ca26 (patch) | |
tree | b255a5fbdc04465c2ab90d14f85f028798dbc034 /svx | |
parent | 586a461af3a8212939b2e3287c6af450932f23d6 (diff) |
loplugin:datamembershadow
Change-Id: I0206905ce95467a560f8ed24db4403df07d3680e
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/svxpixelctlaccessiblecontext.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/inc/svxpixelctlaccessiblecontext.hxx b/svx/source/inc/svxpixelctlaccessiblecontext.hxx index b4855eb26703..68a379f96a70 100644 --- a/svx/source/inc/svxpixelctlaccessiblecontext.hxx +++ b/svx/source/inc/svxpixelctlaccessiblecontext.hxx @@ -72,8 +72,6 @@ class SvxPixelCtlAccessibleChild : Rectangle* mpBoundingBox; /// index of child in parent long mnIndexInParent; - /// Mutex guarding this object. - ::osl::Mutex m_aMutex; public: SvxPixelCtlAccessibleChild( SvxPixelCtl& rWindow, |