summaryrefslogtreecommitdiff
path: root/basctl/source/accessibility
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
commit5fef2c3ea6383f582a015fa2dfe15b6789a1e1a8 (patch)
treef6577081646d4d201d3abf61d1e03a319574d20f /basctl/source/accessibility
parente98166565e06ed548c9328dad0f84acc3a5f3f65 (diff)
INTEGRATION: CWS ab33 (1.8.12); FILE MERGED
2007/01/10 16:34:43 ab 1.8.12.1: #i69280# Removed warnings
Diffstat (limited to 'basctl/source/accessibility')
-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 0c527468a2e1..64612d38fd10 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 );