diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appbas.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx index 85cbc66469d7..18deea8f3e4e 100644 --- a/sfx2/source/appl/appbas.cxx +++ b/sfx2/source/appl/appbas.cxx @@ -129,8 +129,6 @@ XLibraryContainer * SfxApplication::GetBasicContainer() #endif } - - StarBASIC* SfxApplication::GetBasic() { #if !HAVE_FEATURE_SCRIPTING @@ -140,10 +138,8 @@ StarBASIC* SfxApplication::GetBasic() #endif } - void SfxApplication::PropExec_Impl( SfxRequest &rReq ) { - rReq.GetArgs(); sal_uInt16 nSID = rReq.GetSlot(); switch ( nSID ) { @@ -163,7 +159,6 @@ void SfxApplication::PropExec_Impl( SfxRequest &rReq ) } } - void SfxApplication::PropState_Impl( SfxItemSet &rSet ) { SfxWhichIter aIter(rSet); |