summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/CommandDispatch.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:45:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:45:42 +0000
commit88e70d163635c30a3f7cfd769e04e2c255d1607b (patch)
tree0ed39202f8a11a8d6359a4c10e613962b73b72ca /chart2/source/controller/main/CommandDispatch.cxx
parentINTEGRATION: CWS chart07 (1.3.4); FILE MERGED (diff)
downloadcore-88e70d163635c30a3f7cfd769e04e2c255d1607b.tar.gz
core-88e70d163635c30a3f7cfd769e04e2c255d1607b.zip
INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
2007/07/10 13:38:14 bm 1.2.12.1: #i69281# warnings removed
Diffstat (limited to 'chart2/source/controller/main/CommandDispatch.cxx')
-rw-r--r--chart2/source/controller/main/CommandDispatch.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/controller/main/CommandDispatch.cxx b/chart2/source/controller/main/CommandDispatch.cxx
index fc09fa9742ea..8331e434c155 100644
--- a/chart2/source/controller/main/CommandDispatch.cxx
+++ b/chart2/source/controller/main/CommandDispatch.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: CommandDispatch.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:05:57 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:44:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,7 +106,7 @@ void SAL_CALL CommandDispatch::disposing()
}
// ____ XDispatch ____
-void SAL_CALL CommandDispatch::dispatch( const util::URL& URL, const Sequence< beans::PropertyValue >& Arguments )
+void SAL_CALL CommandDispatch::dispatch( const util::URL& /* URL */, const Sequence< beans::PropertyValue >& /* Arguments */ )
throw (uno::RuntimeException)
{}
@@ -135,14 +135,14 @@ void SAL_CALL CommandDispatch::removeStatusListener( const Reference< frame::XSt
}
// ____ XModifyListener ____
-void SAL_CALL CommandDispatch::modified( const lang::EventObject& aEvent )
+void SAL_CALL CommandDispatch::modified( const lang::EventObject& /* aEvent */ )
throw (uno::RuntimeException)
{
fireAllStatusEvents( 0 );
}
// ____ XEventListener (base of XModifyListener) ____
-void SAL_CALL CommandDispatch::disposing( const lang::EventObject& Source )
+void SAL_CALL CommandDispatch::disposing( const lang::EventObject& /* Source */ )
throw (uno::RuntimeException)
{}