diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-23 10:14:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-23 10:14:49 +0000 |
commit | 5988be7b5d735c4b2c8d2f596f980227e7af40e1 (patch) | |
tree | 5b056a3743205fcac0543ce178cbe749b24fb2e9 /sc/inc/cursuno.hxx | |
parent | e4eb500293e948139c4f37c1d19d1dfb7c9229aa (diff) |
#92924#: exception specifications
Diffstat (limited to 'sc/inc/cursuno.hxx')
-rw-r--r-- | sc/inc/cursuno.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/cursuno.hxx b/sc/inc/cursuno.hxx index 6e0f01724b9a..59b45c4fb959 100644 --- a/sc/inc/cursuno.hxx +++ b/sc/inc/cursuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cursuno.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2001-09-28 17:06:28 $ + * last change: $Author: hr $ $Date: 2001-10-23 11:14:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,8 +88,8 @@ public: virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); - virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException); - virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL acquire() throw(); + virtual void SAL_CALL release() throw(); // XSheetCellCursor virtual void SAL_CALL collapseToCurrentRegion() throw(::com::sun::star::uno::RuntimeException); |