[Libreoffice-commits] core.git: sfx2/source
Tor Lillqvist
tml at iki.fi
Fri Jun 7 03:42:45 PDT 2013
sfx2/source/doc/objserv.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 2ecb0d812ad0be209ace72f43cbdb7bf4fbaeec6
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri Jun 7 13:41:45 2013 +0300
WaE: unused variables
Change-Id: I8d562422e91465393f7a96308677410cbe64e1d6
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index b2747f4..5549414 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 );
More information about the Libreoffice-commits
mailing list