summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fielduno.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-23 10:39:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-23 10:39:50 +0000
commit301d84bb0e273be65dd033d248957d2cc90c28e0 (patch)
treed89e711446f63ec18fa7cc07f7e9ccd44c940fd8 /sc/source/ui/unoobj/fielduno.cxx
parent0b649fb416ee2bc4bc2ee503cc5d1d7740adb81d (diff)
#92924#: exception specifications
Diffstat (limited to 'sc/source/ui/unoobj/fielduno.cxx')
-rw-r--r--sc/source/ui/unoobj/fielduno.cxx12
1 files changed, 6 insertions, 6 deletions
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();
}