diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:00:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:00:32 +0000 |
commit | 308702c95a1774fb58a6204f8828370c4631cf87 (patch) | |
tree | 44df945c8376bd7fb4d80f48cfa1958d79030e3d /toolkit/inc | |
parent | e0ee07b3f1fc71f9f5e5c755a6519a9c029808ba (diff) |
INTEGRATION: CWS eforms2 (1.2.162); FILE MERGED
2004/06/03 15:30:01 dvo 1.2.162.2: ImplModelPropertiesChanged now throws RuntimeException
2004/03/25 17:36:57 dvo 1.2.162.1: #114856# allow changes of control properties while control is focussed
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/controls/dialogcontrol.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/toolkit/inc/toolkit/controls/dialogcontrol.hxx b/toolkit/inc/toolkit/controls/dialogcontrol.hxx index b4b568efd8c4..542b786adb5e 100644 --- a/toolkit/inc/toolkit/controls/dialogcontrol.hxx +++ b/toolkit/inc/toolkit/controls/dialogcontrol.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dialogcontrol.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:02:53 $ + * last change: $Author: obo $ $Date: 2004-11-16 10:00:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -285,9 +285,6 @@ public: void SAL_CALL toBack( ) throw (::com::sun::star::uno::RuntimeException); void SAL_CALL setMenuBar( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XMenuBar >& xMenu ) throw (::com::sun::star::uno::RuntimeException); - // ::com::sun::star::beans::XPropertiesChangeListener - void SAL_CALL propertiesChange( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyChangeEvent >& evt ) throw(::com::sun::star::uno::RuntimeException); - // ::com::sun::star::container::XContainerListener void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException); void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException); @@ -314,6 +311,9 @@ public: DECLIMPL_SERVICEINFO( UnoDialogControl, szServiceName2_UnoControlDialog ) protected: + virtual void ImplModelPropertiesChanged( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyChangeEvent >& rEvents ) throw(::com::sun::star::uno::RuntimeException); + +protected: virtual void removingControl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl ); virtual void addingControl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl ); }; |