diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-17 11:35:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-17 11:35:38 +0000 |
commit | 815cae5816888a7cd02b8e5faf0c70cd167e3a3f (patch) | |
tree | d0e7ea95839585350e30b24033934c60320c75b0 /svx/source/editeng | |
parent | 2cac524593b0449f905fd20c081fa719bbc6fc9a (diff) |
#92924#: exception specifications
Diffstat (limited to 'svx/source/editeng')
-rw-r--r-- | svx/source/editeng/eeobj.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/editeng/eeobj.hxx b/svx/source/editeng/eeobj.hxx index d1c618caf859..08f9c5760617 100644 --- a/svx/source/editeng/eeobj.hxx +++ b/svx/source/editeng/eeobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: eeobj.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mt $ $Date: 2001-02-09 16:50:59 $ + * last change: $Author: hr $ $Date: 2001-10-17 12:35:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,8 +96,8 @@ public: // ::com::sun::star::uno::XInterface ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); - void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException) { OWeakObject::acquire(); } - void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException) { OWeakObject::release(); } + void SAL_CALL acquire() throw() { OWeakObject::acquire(); } + void SAL_CALL release() throw() { OWeakObject::release(); } // ::com::sun::star::datatransfer::XTransferable ::com::sun::star::uno::Any SAL_CALL getTransferData( const ::com::sun::star::datatransfer::DataFlavor& aFlavor ) throw(::com::sun::star::datatransfer::UnsupportedFlavorException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException); |