summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sane.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-09-11 11:15:09 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-09-11 11:15:09 +0000
commita5ef2108819ed199a357e803859157df0a217c68 (patch)
treec4a1fc097b053561afc42344c94d52812b5c7760 /extensions/source/scanner/sane.hxx
parentede9d0ba85c53a2747897445f461244edbb65406 (diff)
#92075# changes for new Solaris compiler
Diffstat (limited to 'extensions/source/scanner/sane.hxx')
-rw-r--r--extensions/source/scanner/sane.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx
index 3833d96fb744..a06facfd2f2e 100644
--- a/extensions/source/scanner/sane.hxx
+++ b/extensions/source/scanner/sane.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sane.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-08-07 13:19:04 $
+ * last change: $Author: pl $ $Date: 2001-09-11 12:15:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,9 +87,9 @@ public:
virtual void SAL_CALL acquire() throw( RuntimeException ) { OWeakObject::acquire(); }
virtual void SAL_CALL release() throw( RuntimeException ) { OWeakObject::release(); }
- virtual AWT::Size SAL_CALL getSize();
- virtual SEQ( sal_Int8 ) SAL_CALL getDIB();
- virtual SEQ( sal_Int8 ) SAL_CALL getMaskDIB() { return SEQ( sal_Int8 )(); }
+ virtual AWT::Size SAL_CALL getSize() throw();
+ virtual SEQ( sal_Int8 ) SAL_CALL getDIB() throw();
+ virtual SEQ( sal_Int8 ) SAL_CALL getMaskDIB() throw() { return SEQ( sal_Int8 )(); }
// Misc
void lock() { m_aProtector.acquire(); }