INTEGRATION: CWS warnings01 (1.14.64); FILE MERGED

2006/03/14 15:20:27 fs 1.14.64.1: #i57457# warning-free code
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 11:51:23 +00:00
parent 366d76bdc5
commit 45abff3e70

View file

@ -4,9 +4,9 @@
*
* $RCSfile: ImageButton.cxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: rt $ $Date: 2005-09-08 22:43:59 $
* last change: $Author: hr $ $Date: 2006-06-19 12:51:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -289,6 +289,22 @@ void OImageButtonControl::mousePressed(const awt::MouseEvent& e) throw ( ::com::
}
}
//------------------------------------------------------------------------------
void SAL_CALL OImageButtonControl::mouseReleased(const awt::MouseEvent& /*e*/) throw ( RuntimeException)
{
}
//------------------------------------------------------------------------------
void SAL_CALL OImageButtonControl::mouseEntered(const awt::MouseEvent& /*e*/) throw ( RuntimeException)
{
}
//------------------------------------------------------------------------------
void SAL_CALL OImageButtonControl::mouseExited(const awt::MouseEvent& /*e*/) throw ( RuntimeException)
{
}
//.........................................................................
} // namespace frm
//.........................................................................