From 234884c09db0301b9f0b3336f9b0dbb9523ee005 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Nov 2015 18:54:48 +0200 Subject: loplugin:unusedfields in include/sot,include/svl,include/svtools Change-Id: Ia2dd13c2c48b127ab85311a668fa1f37608d360a --- include/sot/object.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sot/object.hxx') diff --git a/include/sot/object.hxx b/include/sot/object.hxx index 6699d925e0d2..f2c3b24490f6 100644 --- a/include/sot/object.hxx +++ b/include/sot/object.hxx @@ -30,7 +30,6 @@ class SOT_DLLPUBLIC SotObject : virtual public SvRefBase friend class SotFactory; sal_uInt16 nOwnerLockCount; bool bOwner; - bool bSVObject; // is proxy, then TRUE if other side is SV bool bInClose; // TRUE, in DoClose protected: -- cgit