diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-09-24 13:03:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-09-24 13:03:49 +0000 |
commit | 30099daceb5b67e169df1550dc8adf21c97333af (patch) | |
tree | 7f043f4246ccb52877323e207a1f2076252f6bc6 | |
parent | d805c801401a53260177406e9f907757ffe656c1 (diff) |
#65293# exception solaris
-rw-r--r-- | dbaccess/source/core/api/query.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/query.hxx b/dbaccess/source/core/api/query.hxx index 972621125278..83433f71ddbf 100644 --- a/dbaccess/source/core/api/query.hxx +++ b/dbaccess/source/core/api/query.hxx @@ -2,9 +2,9 @@ * * $RCSfile: query.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: fs $ $Date: 2001-08-30 13:37:12 $ + * last change: $Author: obo $ $Date: 2001-09-24 14:03:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -178,7 +178,7 @@ protected: virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::com::sun::star::uno::RuntimeException); // ::com::sun::star::lang::XEventListener - virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& _rSource ); + virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw (::com::sun::star::uno::RuntimeException); // OPropertySetHelper virtual void SAL_CALL setFastPropertyValue_NoBroadcast( |