Kaydet (Commit) f5768d77 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1266505 Useless call

Change-Id: I13934ef5b18668044fbe3a2e7d916f2f7c477723
üst c0c2bf98
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment