From 301d84bb0e273be65dd033d248957d2cc90c28e0 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 23 Oct 2001 10:39:50 +0000 Subject: #92924#: exception specifications --- sc/source/ui/unoobj/fielduno.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sc/source/ui/unoobj/fielduno.cxx') diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx index 91c7e2eb5..65d3a6220 100644 --- a/sc/source/ui/unoobj/fielduno.cxx +++ b/sc/source/ui/unoobj/fielduno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fielduno.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: nn $ $Date: 2001-05-31 18:08:32 $ + * last change: $Author: hr $ $Date: 2001-10-23 11:39:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -469,12 +469,12 @@ uno::Any SAL_CALL ScCellFieldObj::queryInterface( const uno::Type& rType ) return OComponentHelper::queryInterface( rType ); } -void SAL_CALL ScCellFieldObj::acquire() throw(uno::RuntimeException) +void SAL_CALL ScCellFieldObj::acquire() throw() { OComponentHelper::acquire(); } -void SAL_CALL ScCellFieldObj::release() throw(uno::RuntimeException) +void SAL_CALL ScCellFieldObj::release() throw() { OComponentHelper::release(); } @@ -1081,12 +1081,12 @@ uno::Any SAL_CALL ScHeaderFieldObj::queryInterface( const uno::Type& rType ) return OComponentHelper::queryInterface( rType ); } -void SAL_CALL ScHeaderFieldObj::acquire() throw(uno::RuntimeException) +void SAL_CALL ScHeaderFieldObj::acquire() throw() { OComponentHelper::acquire(); } -void SAL_CALL ScHeaderFieldObj::release() throw(uno::RuntimeException) +void SAL_CALL ScHeaderFieldObj::release() throw() { OComponentHelper::release(); } -- cgit v1.2.3