summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndreas Mantke <maand@gmx.de>2010-10-06 22:38:10 +0200
committerKohei Yoshida <kyoshida@novell.com>2010-10-06 17:30:56 -0400
commitbf8fb43fd8daa85f6ebb1c4d6997008e90835757 (patch)
tree8e2e29810199b1c0b2de28743f6df26a5699406f /basic
parent6c0db5894279a5eb6f8eab3e2f7fb3248ca14e1e (diff)
removing of old outcommended source code
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/sbxmod.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 9e256ea517..e805f9bbcf 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -1347,17 +1347,6 @@ void StarBASIC::ClearAllModuleVars( void )
pModule->ClearPrivateVars();
}
- /* #88042 This code can delete already used public vars during runtime!
- // Check all objects, if they are a Basic
- // If yes, then initialise them also there
- for ( USHORT nObj = 0; nObj < pObjs->Count(); nObj++ )
- {
- SbxVariable* pVar = pObjs->Get( nObj );
- StarBASIC* pBasic = PTR_CAST(StarBASIC,pVar);
- if( pBasic )
- pBasic->ClearAllModuleVars();
- }
- */
}
// Execution of the init-code of all module