summaryrefslogtreecommitdiff
path: root/basic/source/inc
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-03-22 12:23:36 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-22 12:23:57 +0100
commitb67fe5cc0522926bf7782d22e6d50aa4769ecbf6 (patch)
tree71baa2060fdaab304aa03a0d152c9eb7996451a6 /basic/source/inc
parent4b9842da835631b0109028cb3534546233cd7b8c (diff)
Removed comments /commented code
Diffstat (limited to 'basic/source/inc')
-rwxr-xr-xbasic/source/inc/runtime.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index e0c6baafd6c2..14ddeb6c7185 100755
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -293,8 +293,7 @@ class SbiRuntime
SbxArrayRef refParams; // aktuelle Prozedur-Parameter
SbxArrayRef refLocals; // lokale Variable
SbxArrayRef refArgv; // aktueller Argv
- // AB, 28.3.2000 #74254, Ein refSaveObj reicht nicht! Neu: pRefSaveList (s.u.)
- //SbxVariableRef refSaveObj; // #56368 Bei StepElem Referenz sichern
+ // #74254, Ein refSaveObj reicht nicht! Neu: pRefSaveList (s.u.)
short nArgc; // aktueller Argc
sal_Bool bRun; // sal_True: Programm ist aktiv
sal_Bool bError; // sal_True: Fehler behandeln