summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/systemexec.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:17:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:17:32 +0000
commit5bf651bf4e29c5172a7601b1866246abc1891562 (patch)
tree089741dd581f14618bad8ab1ee6928c30e28f29b /framework/source/dispatch/systemexec.cxx
parent9c4530a0e736b2e066e2037f4e4267efa3dd52fe (diff)
INTEGRATION: CWS warnings01 (1.2.52); FILE MERGED
2006/05/23 16:05:25 sb 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2006/01/30 16:25:42 sb 1.2.52.1: #i53898# Made code warning-free.
Diffstat (limited to 'framework/source/dispatch/systemexec.cxx')
-rw-r--r--framework/source/dispatch/systemexec.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/framework/source/dispatch/systemexec.cxx b/framework/source/dispatch/systemexec.cxx
index c9d0429090ae..efc3ba9de73f 100644
--- a/framework/source/dispatch/systemexec.cxx
+++ b/framework/source/dispatch/systemexec.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: systemexec.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2006-04-26 14:20:48 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:17:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -154,8 +154,8 @@ SystemExec::~SystemExec()
//_________________________________________________________________________________________________________________
css::uno::Reference< css::frame::XDispatch > SAL_CALL SystemExec::queryDispatch( const css::util::URL& aURL ,
- const ::rtl::OUString& sTarget ,
- sal_Int32 nFlags ) throw( css::uno::RuntimeException )
+ const ::rtl::OUString&,
+ sal_Int32 ) throw( css::uno::RuntimeException )
{
css::uno::Reference< css::frame::XDispatch > xDispatcher;
if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0)
@@ -190,7 +190,7 @@ void SAL_CALL SystemExec::dispatch( const css::util::URL&
//_________________________________________________________________________________________________________________
void SAL_CALL SystemExec::dispatchWithNotification( const css::util::URL& aURL ,
- const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
+ const css::uno::Sequence< css::beans::PropertyValue >&,
const css::uno::Reference< css::frame::XDispatchResultListener >& xListener ) throw( css::uno::RuntimeException )
{
// convert "systemexec:file:///c:/temp/test.html" => "file:///c:/temp/test.html"
@@ -233,16 +233,16 @@ void SAL_CALL SystemExec::dispatchWithNotification( const css::util::URL&
//_________________________________________________________________________________________________________________
-void SAL_CALL SystemExec::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& xListener ,
- const css::util::URL& aURL ) throw( css::uno::RuntimeException )
+void SAL_CALL SystemExec::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >&,
+ const css::util::URL& ) throw( css::uno::RuntimeException )
{
// not suported yet
}
//_________________________________________________________________________________________________________________
-void SAL_CALL SystemExec::removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >& xListener ,
- const css::util::URL& aURL ) throw( css::uno::RuntimeException )
+void SAL_CALL SystemExec::removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >&,
+ const css::util::URL& ) throw( css::uno::RuntimeException )
{
// not suported yet
}