summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-09-13 09:18:37 +0000
committerOliver Bolte <obo@openoffice.org>2001-09-13 09:18:37 +0000
commitaa1dfc48303f3d10e0edfd641f2e07cbed1a2a06 (patch)
tree98494f95fda6444054d3d7a1bfbb45a72281c27b /sc/inc/docuno.hxx
parent4dc89386338260bc2b288b5bfbf67fcc3a2982b3 (diff)
#65293# exceptions for solaris
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index d8728d678e52..226127ca6791 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docuno.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: sab $ $Date: 2001-07-23 14:27:06 $
+ * last change: $Author: obo $ $Date: 2001-09-13 10:17:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -233,8 +233,8 @@ public:
throw(::com::sun::star::uno::RuntimeException);
virtual sal_Int16 SAL_CALL resetActionLocks() throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL lockControllers();
- virtual void SAL_CALL unlockControllers();
+ virtual void SAL_CALL lockControllers() throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL unlockControllers() throw (::com::sun::star::uno::RuntimeException);
// XCalculatable
virtual void SAL_CALL calculate() throw(::com::sun::star::uno::RuntimeException);