summaryrefslogtreecommitdiff
path: root/basic/source/app/mybasic.cxx
diff options
context:
space:
mode:
authorXisco Faulí <anistenis@gmail.com>2011-03-21 12:55:40 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-21 12:55:58 +0100
commitf6e0527033be682dbf6b60bd9b060fdd853ffe33 (patch)
tree2d5ee2a7bface7ce26de0ac42eeb55d6d8050475 /basic/source/app/mybasic.cxx
parent41aed87d074878c3a38a7f982f5c2aaad9400189 (diff)
Remove most of dead code inlibs-core (basic)
Diffstat (limited to 'basic/source/app/mybasic.cxx')
-rwxr-xr-xbasic/source/app/mybasic.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/app/mybasic.cxx b/basic/source/app/mybasic.cxx
index 9e2a32fe751f..12e902e53c79 100755
--- a/basic/source/app/mybasic.cxx
+++ b/basic/source/app/mybasic.cxx
@@ -101,7 +101,6 @@ MyBasic::MyBasic() : StarBASIC()
// Box object into SbUnoObject
String aName( "UnoObject" );
SbxObjectRef xSbUnoObj = GetSbUnoObject( aName, aObjAny );
- //SbxObjectRef xSbUnoObj = new SbUnoObject( aName, aObjAny );
Insert( (SbxObject*)xSbUnoObj );
#endif
@@ -282,8 +281,6 @@ sal_uInt16 MyBasic::BreakHdl()
if( IsBreak() ) // If Breakpoint (or "Run to Cursor")
{
-// if ( GetActiveModule()->IsBP(GetLine()) )
-// GetActiveModule()->ClearBP(GetLine());
return aBasicApp.pFrame->BreakHandler();
}
else