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

INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED

2006/03/24 15:36:24 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
üst 1d540cd3
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: ConnectionLineAccess.cxx,v $ * $RCSfile: ConnectionLineAccess.cxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 16:18:27 $ * last change: $Author: hr $ $Date: 2006-06-20 03:25:04 $
* *
* 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.
...@@ -116,7 +116,7 @@ namespace dbaui ...@@ -116,7 +116,7 @@ namespace dbaui
return 0; return 0;
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
Reference< XAccessible > SAL_CALL OConnectionLineAccess::getAccessibleChild( sal_Int32 i ) throw (RuntimeException) Reference< XAccessible > SAL_CALL OConnectionLineAccess::getAccessibleChild( sal_Int32 /*i*/ ) throw (RuntimeException)
{ {
return Reference< XAccessible >(); return Reference< XAccessible >();
} }
...@@ -163,7 +163,7 @@ namespace dbaui ...@@ -163,7 +163,7 @@ namespace dbaui
return m_pLine ? m_pLine->CheckHit(aPoint) : sal_False; return m_pLine ? m_pLine->CheckHit(aPoint) : sal_False;
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
Reference< XAccessible > SAL_CALL OConnectionLineAccess::getAccessibleAtPoint( const awt::Point& _aPoint ) throw (RuntimeException) Reference< XAccessible > SAL_CALL OConnectionLineAccess::getAccessibleAtPoint( const awt::Point& /*_aPoint*/ ) throw (RuntimeException)
{ {
return Reference< XAccessible >(); return Reference< XAccessible >();
} }
......
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