summaryrefslogtreecommitdiff
path: root/chart2/source/controller/accessibility
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:25:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:25:48 +0000
commit25a3ea69ac0ecb31e0350a6d3c5151ae47290efa (patch)
tree88d470218492920269cfb8fe89b12f75ed5bee51 /chart2/source/controller/accessibility
parentf5bcbeb26fd2b2f72a5e899d6038da6a7a458e07 (diff)
INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
2007/07/10 11:57:27 bm 1.2.12.1: #i69281# warnings removed
Diffstat (limited to 'chart2/source/controller/accessibility')
-rw-r--r--chart2/source/controller/accessibility/AccessibleChartView.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleChartView.cxx b/chart2/source/controller/accessibility/AccessibleChartView.cxx
index c2ecd5c51cae..5d0ae48dbfb7 100644
--- a/chart2/source/controller/accessibility/AccessibleChartView.cxx
+++ b/chart2/source/controller/accessibility/AccessibleChartView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleChartView.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 17:14:55 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:25:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -381,7 +381,7 @@ ExplicitValueProvider* AccessibleChartView::getExplicitValueProvider()
// view::XSelectionChangeListener
//-------------------------------------------------------------------------
-void SAL_CALL AccessibleChartView::selectionChanged( const lang::EventObject& rEvent )
+void SAL_CALL AccessibleChartView::selectionChanged( const lang::EventObject& /*rEvent*/ )
throw (uno::RuntimeException)
{
Reference< view::XSelectionSupplier > xSelectionSupplier;
@@ -416,7 +416,7 @@ void SAL_CALL AccessibleChartView::disposing()
//-------------------------------------------------------------------------
// XEventListener
//-------------------------------------------------------------------------
-void SAL_CALL AccessibleChartView::disposing( const lang::EventObject& Source )
+void SAL_CALL AccessibleChartView::disposing( const lang::EventObject& /*Source*/ )
throw (uno::RuntimeException)
{
}