summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-06-07 13:41:45 +0300
committerTor Lillqvist <tml@iki.fi>2013-06-07 13:41:56 +0300
commit2ecb0d812ad0be209ace72f43cbdb7bf4fbaeec6 (patch)
tree916cf245ae94bdfbc5d4e3b9ab737b351eb23a06
parenta22ef599bd3fdcf0bd5c3616aa566a5922624ff3 (diff)
WaE: unused variables
Change-Id: I8d562422e91465393f7a96308677410cbe64e1d6
-rw-r--r--sfx2/source/doc/objserv.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index b2747f4e6feb..5549414df17e 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -684,10 +684,6 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
NULL );
rReq.SetArgs( aResultParams );
- SFX_REQUEST_ARG( rReq, pFilterNameItem, SfxStringItem, SID_FILTER_NAME, sal_False );
- OUString aFilterName = pFilterNameItem ? OUString( pFilterNameItem->GetValue() )
- : OUString();
-
// the StoreAsURL/StoreToURL method have called this method with false
// so it has to be restored to true here since it is a call from GUI
GetMedium()->SetUpdatePickList( sal_True );