summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-02 08:56:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-02 08:56:59 +0000
commit4ff8faa34009fb7a0d22ad1357f573fae94d41f3 (patch)
tree803bbfc5389eeaf439a13d360fc7a0359b271d9e /basic/inc
parent65b25dcbc4a81eb3159aa3e670cfc321149dbf8e (diff)
INTEGRATION: CWS npower10 (1.2.80); FILE MERGED
2008/05/07 07:10:04 pflin 1.2.80.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/03 20:08:34 npower 1.2.80.2: #i58089# 2007/12/20 21:23:01 npower 1.2.80.1: #58089
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basic/sbmeth.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/inc/basic/sbmeth.hxx b/basic/inc/basic/sbmeth.hxx
index db3027fb3666..538972d8318a 100644
--- a/basic/inc/basic/sbmeth.hxx
+++ b/basic/inc/basic/sbmeth.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sbmeth.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -49,12 +49,12 @@ class SbMethod : public SbxMethod
friend class SbIfaceMapperMethod;
SbMethodImpl* mpSbMethodImpl; // Impl data
-
SbModule* pMod;
USHORT nDebugFlags;
USHORT nLine1, nLine2;
UINT32 nStart;
BOOL bInvalid;
+ SbxArrayRef refStatics;
SbMethod( const String&, SbxDataType, SbModule* );
SbMethod( const SbMethod& );
virtual BOOL LoadData( SvStream&, USHORT );
@@ -67,6 +67,7 @@ public:
virtual SbxInfo* GetInfo();
SbxArray* GetLocals();
SbxArray* GetStatics();
+ void ClearStatics();
SbModule* GetModule() { return pMod; }
UINT32 GetId() const { return nStart; }
USHORT GetDebugFlags() { return nDebugFlags; }