summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-16 15:26:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-16 15:26:56 +0000
commitc8a08570ab21ade4400d383c9d73a4d12ccf0fdf (patch)
treee8e2384f67f9db2f410bcfc4388d912adc930b85
parenta49b8f0d780609b7613b40bc4991519ef8cb6683 (diff)
INTEGRATION: CWS ab33 (1.8.12); FILE MERGED
2007/01/10 16:34:43 ab 1.8.12.1: #i69280# Removed warnings
-rw-r--r--basctl/source/accessibility/accessibledialogcontrolshape.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/accessibility/accessibledialogcontrolshape.cxx b/basctl/source/accessibility/accessibledialogcontrolshape.cxx
index 2a1ce89e8..7f43dc352 100644
--- a/basctl/source/accessibility/accessibledialogcontrolshape.cxx
+++ b/basctl/source/accessibility/accessibledialogcontrolshape.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessibledialogcontrolshape.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2007-01-15 14:39:02 $
+ * last change: $Author: vg $ $Date: 2007-01-16 16:26:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -333,7 +333,7 @@ void AccessibleDialogControlShape::disposing()
// XEventListener
// -----------------------------------------------------------------------------
-void AccessibleDialogControlShape::disposing( const lang::EventObject& rSource ) throw (RuntimeException)
+void AccessibleDialogControlShape::disposing( const lang::EventObject& ) throw (RuntimeException)
{
if ( m_xControlModel.is() )
m_xControlModel->removePropertyChangeListener( ::rtl::OUString(), static_cast< beans::XPropertyChangeListener* >( this ) );
@@ -547,7 +547,7 @@ Locale AccessibleDialogControlShape::getLocale( ) throw (IllegalAccessibleCompo
// XAccessibleComponent
// -----------------------------------------------------------------------------
-Reference< XAccessible > AccessibleDialogControlShape::getAccessibleAtPoint( const awt::Point& rPoint ) throw (RuntimeException)
+Reference< XAccessible > AccessibleDialogControlShape::getAccessibleAtPoint( const awt::Point& ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );