diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-12-15 07:36:52 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-12-15 07:37:19 -0800 |
commit | 1e468f2f385fe75e05e24b3a36eef05e365af1b9 (patch) | |
tree | 0ed0dd72a689fd954699dc758bdb2d91618dd3d0 /basic/inc | |
parent | 7b4ecc59bb76612795ef0bb4086616465c0e2f51 (diff) |
Remove DECLARE_LIST(SbxVarList_Impl, SbxVariable*)
It seems that aVars was never used. And yes, I double checked this time.
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/sbxbase.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/inc/basic/sbxbase.hxx b/basic/inc/basic/sbxbase.hxx index 275007de807e..27db4508e592 100644 --- a/basic/inc/basic/sbxbase.hxx +++ b/basic/inc/basic/sbxbase.hxx @@ -39,14 +39,12 @@ class SbxVariable; class SbxBasicFormater; SV_DECL_PTRARR_DEL(SbxFacs,SbxFactory*,5,5) -DECLARE_LIST(SbxVarList_Impl, SbxVariable*) // AppData-Struktur for SBX: struct SbxAppData { SbxError eSbxError; // Error code SbxFacs aFacs; // Factories - SbxVarList_Impl aVars; // for Dump SbxBasicFormater *pBasicFormater; // Pointer to Format()-Command helper class LanguageType eBasicFormaterLangType; |