From ff0ecb262181b2969e552037a4a4455deb33f925 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 25 Jun 2014 12:18:49 -0400 Subject: pData -> mpVarEntries. pData is a nightmare with grepping as it's too generic of a name. Change-Id: I01b3f1b503f21ee13c97733fa66804874a2cddc4 --- include/basic/sbx.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basic/sbx.hxx') diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index 55022a80323d..1549bfbf4fac 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -127,7 +127,7 @@ class BASIC_DLLPUBLIC SbxArray : public SbxBase friend SbxObject* cloneTypeObjectImpl( const SbxObject& rTypeObj ); BASIC_DLLPRIVATE void PutDirect( SbxVariable* pVar, sal_uInt32 nIdx ); - VarEntriesType* pData; // The variables + VarEntriesType* mpVarEntries; // The variables protected: SbxDataType eType; // Data type of the array -- cgit v1.2.3