summaryrefslogtreecommitdiffstats
path: root/basic/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-24 12:08:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:17:31 +0000
commitcea4c1afdf4ae0cbda8ae531f2e26d911d0fd6e1 (patch)
tree5ad5d293e20d8da27a2918a6877c5377b10278ba /basic/inc
parentloplugin:singlevalfields in vcl(part2) (diff)
downloadcore-cea4c1afdf4ae0cbda8ae531f2e26d911d0fd6e1.tar.gz
core-cea4c1afdf4ae0cbda8ae531f2e26d911d0fd6e1.zip
loplugin:singlevalfields in basic and fix leak
And fix leak in BasicManagerImpl where it would never have freed the streams. Change-Id: I1e99c2c6a70a8cac27dd5c86a7042efc3de7a578 Reviewed-on: https://gerrit.libreoffice.org/26632 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/sbprop.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/inc/sbprop.hxx b/basic/inc/sbprop.hxx
index 09138ae84163..fbeb1386d2f9 100644
--- a/basic/inc/sbprop.hxx
+++ b/basic/inc/sbprop.hxx
@@ -32,7 +32,6 @@ class BASIC_DLLPUBLIC SbProperty : public SbxProperty
friend class SbModule;
friend class SbProcedureProperty;
SbModule* pMod;
- bool bInvalid;
BASIC_DLLPRIVATE SbProperty( const OUString&, SbxDataType, SbModule* );
virtual ~SbProperty();
public: