summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-30 11:49:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-30 12:39:35 +0100
commitebbfc7ea4aea33f79edbb6c989d598f5cbda3854 (patch)
tree01f70038f62f299ad338e1018b17701c789496eb /basic
parentc5047ca9fac4ea1d16a977608402622d2b3bfdde (diff)
callcatcher: newly unused methods
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/runtime.hxx1
-rw-r--r--basic/source/runtime/runtime.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index b23a0b1b1612..890b658f0b33 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -432,7 +432,6 @@ public:
sal_uInt16 GetDebugFlags() { return nFlags; }
void SetDebugFlags( sal_uInt16 nFl ) { nFlags = nFl; }
SbMethod* GetCaller();
- SbxArray* GetLocals();
SbxArray* GetParams();
SbxVariable* GetExternalCaller(){ return mpExtCaller; }
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index f778fbb92b26..b45f1981ecdf 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -914,11 +914,6 @@ SbMethod* SbiRuntime::GetCaller()
return pMeth;
}
-SbxArray* SbiRuntime::GetLocals()
-{
- return refLocals;
-}
-
SbxArray* SbiRuntime::GetParams()
{
return refParams;