summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-25 14:14:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-25 14:14:41 +0000
commitf5768d772cf0d50b5fbf535c391212293a0565ee (patch)
treecd550d1a75fd647f90a8345b2a3b6ee653dcb375 /sfx2
parentc0c2bf988d8d6b2c13d99ffc7f8a81f100ef075f (diff)
coverity#1266505 Useless call
Change-Id: I13934ef5b18668044fbe3a2e7d916f2f7c477723
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appbas.cxx5
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);