summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools')
-rw-r--r--chart2/source/tools/ModifyListenerHelper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/tools/ModifyListenerHelper.cxx b/chart2/source/tools/ModifyListenerHelper.cxx
index a7996c8f9e2f..664c3a8ce710 100644
--- a/chart2/source/tools/ModifyListenerHelper.cxx
+++ b/chart2/source/tools/ModifyListenerHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ModifyListenerHelper.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 19:01:48 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:58:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -205,7 +205,7 @@ void SAL_CALL ModifyEventForwarder::modified( const lang::EventObject& aEvent )
}
// ____ XEventListener (base of XModifyListener) ____
-void SAL_CALL ModifyEventForwarder::disposing( const lang::EventObject& Source )
+void SAL_CALL ModifyEventForwarder::disposing( const lang::EventObject& /* Source */ )
throw (uno::RuntimeException)
{
// nothing
@@ -255,7 +255,7 @@ bool ModifyListenerOnDemmandRefresh::needsUpdate() const
// ____ XModifyListener ____
void SAL_CALL ModifyListenerOnDemmandRefresh::modified(
- const lang::EventObject& aEvent )
+ const lang::EventObject& /* aEvent */ )
throw (uno::RuntimeException)
{
m_bNeedsUpdate = true;
@@ -263,7 +263,7 @@ void SAL_CALL ModifyListenerOnDemmandRefresh::modified(
// ____ XEventListener (base of XModifyListener) ____
void SAL_CALL ModifyListenerOnDemmandRefresh::disposing(
- const lang::EventObject& Source )
+ const lang::EventObject& /* Source */ )
throw (uno::RuntimeException)
{
m_bNeedsUpdate = true;