summaryrefslogtreecommitdiff
path: root/include/basic/sbx.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-06-25 12:18:49 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-06-25 15:03:46 -0400
commitff0ecb262181b2969e552037a4a4455deb33f925 (patch)
tree55347228021aa886e639f5be5371e05d8749ecbb /include/basic/sbx.hxx
parentbb6d9b0123dcde32fe260f6d1c3e567d1ddfcb35 (diff)
pData -> mpVarEntries.
pData is a nightmare with grepping as it's too generic of a name. Change-Id: I01b3f1b503f21ee13c97733fa66804874a2cddc4
Diffstat (limited to 'include/basic/sbx.hxx')
-rw-r--r--include/basic/sbx.hxx2
1 files changed, 1 insertions, 1 deletions
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