diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:43:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:43:09 +0000 |
commit | faa8e9db5f0e3ecc017de08b2c2621adc3df37e7 (patch) | |
tree | 6fc27859778cc3c7e87b696d0d01d2e9d93a6006 | |
parent | 58f668da214b00a91dc2730d5eb9f5f4eeaf96a5 (diff) |
INTEGRATION: CWS qwizards1 (1.29.56); FILE MERGED
2004/01/05 12:58:37 tv 1.29.56.2: RESYNC: (1.29-1.30); FILE MERGED
2003/11/07 15:12:02 bc 1.29.56.1: #111603# Roadmap API wrapper added
-rw-r--r-- | toolkit/inc/toolkit/controls/unocontrols.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrols.hxx b/toolkit/inc/toolkit/controls/unocontrols.hxx index fa4273cdeb6f..33c6840b95b3 100644 --- a/toolkit/inc/toolkit/controls/unocontrols.hxx +++ b/toolkit/inc/toolkit/controls/unocontrols.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unocontrols.hxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: rt $ $Date: 2004-05-07 16:16:31 $ + * last change: $Author: kz $ $Date: 2004-05-19 13:43:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -612,9 +612,10 @@ public: void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XActionListener >& l ) throw(::com::sun::star::uno::RuntimeException); void SAL_CALL setActionCommand( const ::rtl::OUString& Command ) throw(::com::sun::star::uno::RuntimeException); - // ::com::sun::star::awt::XCheckBox - void SAL_CALL addItemListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::star::uno::RuntimeException); - void SAL_CALL removeItemListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL addItemListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw (::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL removeItemListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw (::com::sun::star::uno::RuntimeException); + + sal_Int16 SAL_CALL getState( ) throw(::com::sun::star::uno::RuntimeException); void SAL_CALL setState( sal_Int16 n ) throw(::com::sun::star::uno::RuntimeException); void SAL_CALL setLabel( const ::rtl::OUString& Label ) throw(::com::sun::star::uno::RuntimeException); |