Kaydet (Commit) c7c04a9c authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.13.222); FILE MERGED

2006/01/05 14:06:07 fs 1.13.222.1: #i55991# warning-free code
üst ab28d086
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AccessibleComponentBase.cxx,v $ * $RCSfile: AccessibleComponentBase.cxx,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 20:12:59 $ * last change: $Author: hr $ $Date: 2006-06-19 14:51:17 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -101,7 +101,7 @@ sal_Bool SAL_CALL AccessibleComponentBase::containsPoint ( ...@@ -101,7 +101,7 @@ sal_Bool SAL_CALL AccessibleComponentBase::containsPoint (
uno::Reference<XAccessible > SAL_CALL uno::Reference<XAccessible > SAL_CALL
AccessibleComponentBase::getAccessibleAtPoint ( AccessibleComponentBase::getAccessibleAtPoint (
const awt::Point& aPoint) const awt::Point& /*aPoint*/)
throw (uno::RuntimeException) throw (uno::RuntimeException)
{ {
return uno::Reference<XAccessible>(); return uno::Reference<XAccessible>();
...@@ -150,7 +150,7 @@ awt::Point SAL_CALL AccessibleComponentBase::getLocationOnScreen (void) ...@@ -150,7 +150,7 @@ awt::Point SAL_CALL AccessibleComponentBase::getLocationOnScreen (void)
void SAL_CALL AccessibleComponentBase::addFocusListener ( void SAL_CALL AccessibleComponentBase::addFocusListener (
const ::com::sun::star::uno::Reference< const ::com::sun::star::uno::Reference<
::com::sun::star::awt::XFocusListener >& xListener) ::com::sun::star::awt::XFocusListener >& /*xListener*/)
throw (::com::sun::star::uno::RuntimeException) throw (::com::sun::star::uno::RuntimeException)
{ {
// Ignored // Ignored
...@@ -160,7 +160,7 @@ void SAL_CALL AccessibleComponentBase::addFocusListener ( ...@@ -160,7 +160,7 @@ void SAL_CALL AccessibleComponentBase::addFocusListener (
void SAL_CALL AccessibleComponentBase::removeFocusListener (const ::com::sun::star::uno::Reference< void SAL_CALL AccessibleComponentBase::removeFocusListener (const ::com::sun::star::uno::Reference<
::com::sun::star::awt::XFocusListener >& xListener ) ::com::sun::star::awt::XFocusListener >& /*xListener*/ )
throw (::com::sun::star::uno::RuntimeException) throw (::com::sun::star::uno::RuntimeException)
{ {
// Ignored // Ignored
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment