summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-11-02 21:29:38 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-11-02 21:29:38 +0100
commite31565735173abd61894f6437b0c1a711e0eda53 (patch)
tree838a38a2c35b32dcc09045d392d1daef971f64ad /sfx2/source/appl/appbas.cxx
parent9ec2adbf37c889c4dc1be5e6f36e83481adbc3e4 (diff)
undoapi: finally removed Enter/LeaveBasicAction
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index 2d3d72b03538..099dc12654a1 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -284,20 +284,6 @@ StarBASIC* SfxApplication::GetBasic()
return GetBasicManager()->GetLib(0);
}
-//--------------------------------------------------------------------
-
-void SfxApplication::EnterBasicCall()
-{
- // TODO: remove this no-op
-}
-
-//--------------------------------------------------------------------
-
-void SfxApplication::LeaveBasicCall()
-{
- // TODO: remove this no-op
-}
-
//-------------------------------------------------------------------------
void SfxApplication::PropExec_Impl( SfxRequest &rReq )
{