diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:55:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:55:49 +0000 |
commit | 1de8f069155a40aedd388d9e460d41b6545e8962 (patch) | |
tree | 0e7c4a0ce61c72aa416d038eb6b22eb3185dc1fc /toolkit/inc | |
parent | d3fa762edfdb7150464bfbb556555232835b97eb (diff) |
INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED
2005/11/14 10:36:05 pl 1.4.26.1: #i55991# removed warnings
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/controls/dialogcontrol.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/dialogcontrol.hxx b/toolkit/inc/toolkit/controls/dialogcontrol.hxx index 11f88814b5f2..7336eaa0144b 100644 --- a/toolkit/inc/toolkit/controls/dialogcontrol.hxx +++ b/toolkit/inc/toolkit/controls/dialogcontrol.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dialogcontrol.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:48:03 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:55:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -201,6 +201,7 @@ public: virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw (::com::sun::star::uno::RuntimeException); // XEventListener + using cppu::OPropertySetHelper::disposing; virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& evt ) throw (::com::sun::star::uno::RuntimeException); // XServiceInfo |