#92075# exception specification
This commit is contained in:
parent
c8c2ab1bad
commit
52acfe7da6
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: ImageButton.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $
|
||||
* last change: $Author: vg $ $Date: 2001-09-12 17:20:30 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@ -95,9 +95,9 @@ public:
|
||||
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
|
||||
|
||||
// ::com::sun::star::io::XPersistObject
|
||||
virtual ::rtl::OUString SAL_CALL getServiceName();
|
||||
virtual void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream);
|
||||
virtual void SAL_CALL read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream);
|
||||
virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException);
|
||||
virtual void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
|
||||
virtual void SAL_CALL read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
|
||||
|
||||
// OAggregationArrayUsageHelper
|
||||
virtual void fillProperties(
|
||||
@ -134,10 +134,10 @@ public:
|
||||
{ OControl::disposing(_rSource); }
|
||||
|
||||
// ::com::sun::star::awt::XMouseListener
|
||||
virtual void SAL_CALL mousePressed(const ::com::sun::star::awt::MouseEvent& e);
|
||||
virtual void SAL_CALL mouseReleased(const ::com::sun::star::awt::MouseEvent& e) { }
|
||||
virtual void SAL_CALL mouseEntered(const ::com::sun::star::awt::MouseEvent& e) { }
|
||||
virtual void SAL_CALL mouseExited(const ::com::sun::star::awt::MouseEvent& e) { }
|
||||
virtual void SAL_CALL mousePressed(const ::com::sun::star::awt::MouseEvent& e) throw ( ::com::sun::star::uno::RuntimeException);
|
||||
virtual void SAL_CALL mouseReleased(const ::com::sun::star::awt::MouseEvent& e) throw ( ::com::sun::star::uno::RuntimeException) { }
|
||||
virtual void SAL_CALL mouseEntered(const ::com::sun::star::awt::MouseEvent& e) throw ( ::com::sun::star::uno::RuntimeException) { }
|
||||
virtual void SAL_CALL mouseExited(const ::com::sun::star::awt::MouseEvent& e) throw ( ::com::sun::star::uno::RuntimeException) { }
|
||||
};
|
||||
|
||||
//.........................................................................
|
||||
|
Loading…
x
Reference in New Issue
Block a user