diff options
-rw-r--r-- | extensions/source/scanner/sane.hxx | 10 | ||||
-rw-r--r-- | extensions/source/scanner/scanner.cxx | 6 | ||||
-rw-r--r-- | extensions/source/scanner/scanner.hxx | 12 | ||||
-rw-r--r-- | extensions/source/scanner/scanunx.cxx | 14 |
4 files changed, 21 insertions, 21 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx index 729e7eeef..8d9a3eb86 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(); } diff --git a/extensions/source/scanner/scanner.cxx b/extensions/source/scanner/scanner.cxx index 461ce4e3a..c6e6861d9 100644 --- a/extensions/source/scanner/scanner.cxx +++ b/extensions/source/scanner/scanner.cxx @@ -2,9 +2,9 @@ * * $RCSfile: scanner.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:52 $ + * 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 @@ -110,7 +110,7 @@ void SAL_CALL ScannerManager::release() throw( RuntimeException ) // ----------------------------------------------------------------------------- -SEQ( sal_Int8 ) SAL_CALL ScannerManager::getMaskDIB() +SEQ( sal_Int8 ) SAL_CALL ScannerManager::getMaskDIB() throw() { return SEQ( sal_Int8 )(); } diff --git a/extensions/source/scanner/scanner.hxx b/extensions/source/scanner/scanner.hxx index 9f9f59159..d0f4637c2 100644 --- a/extensions/source/scanner/scanner.hxx +++ b/extensions/source/scanner/scanner.hxx @@ -2,9 +2,9 @@ * * $RCSfile: scanner.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:52 $ + * 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 @@ -140,16 +140,16 @@ public: virtual void SAL_CALL release() throw( RuntimeException ); // XScannerManager - virtual SEQ( ScannerContext ) SAL_CALL getAvailableScanners(); + virtual SEQ( ScannerContext ) SAL_CALL getAvailableScanners() throw(); virtual BOOL SAL_CALL configureScanner( ScannerContext& scanner_context ) throw( ScannerException ); virtual void SAL_CALL startScan( const ScannerContext& scanner_context, const REF( com::sun::star::lang::XEventListener )& rxListener ) throw( ScannerException ); virtual ScanError SAL_CALL getError( const ScannerContext& scanner_context ) throw( ScannerException ); virtual REF( AWT::XBitmap ) SAL_CALL getBitmap( const ScannerContext& scanner_context ) throw( ScannerException ); // XBitmap - virtual AWT::Size SAL_CALL getSize(); - virtual SEQ( sal_Int8 ) SAL_CALL getDIB(); - virtual SEQ( sal_Int8 ) SAL_CALL getMaskDIB(); + virtual AWT::Size SAL_CALL getSize() throw(); + virtual SEQ( sal_Int8 ) SAL_CALL getDIB() throw(); + virtual SEQ( sal_Int8 ) SAL_CALL getMaskDIB() throw(); // Misc OUString getImplementationName() throw(); diff --git a/extensions/source/scanner/scanunx.cxx b/extensions/source/scanner/scanunx.cxx index f4f486c6c..d40db9d2d 100644 --- a/extensions/source/scanner/scanunx.cxx +++ b/extensions/source/scanner/scanunx.cxx @@ -2,9 +2,9 @@ * * $RCSfile: scanunx.cxx,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 @@ -92,7 +92,7 @@ ANY SAL_CALL BitmapTransporter::queryInterface( const Type& rType ) throw( Runti // ----------------------------------------------------------------------------- -AWT::Size BitmapTransporter::getSize() +AWT::Size BitmapTransporter::getSize() throw() { vos::OGuard aGuard( m_aProtector ); int nPreviousPos = m_aStream.Tell(); @@ -116,7 +116,7 @@ AWT::Size BitmapTransporter::getSize() // ----------------------------------------------------------------------------- -SEQ( sal_Int8 ) BitmapTransporter::getDIB() +SEQ( sal_Int8 ) BitmapTransporter::getDIB() throw() { vos::OGuard aGuard( m_aProtector ); int nPreviousPos = m_aStream.Tell(); @@ -225,7 +225,7 @@ void ScannerManager::DestroyData() // ----------------------------------------------------------------------------- -AWT::Size ScannerManager::getSize() +AWT::Size ScannerManager::getSize() throw() { AWT::Size aRet; aRet.Width = aRet.Height = 0; @@ -234,14 +234,14 @@ AWT::Size ScannerManager::getSize() // ----------------------------------------------------------------------------- -SEQ( sal_Int8 ) ScannerManager::getDIB() +SEQ( sal_Int8 ) ScannerManager::getDIB() throw() { return SEQ( sal_Int8 )(); } // ----------------------------------------------------------------------------- -SEQ( ScannerContext ) ScannerManager::getAvailableScanners() +SEQ( ScannerContext ) ScannerManager::getAvailableScanners() throw() { vos::OGuard aGuard( aSaneProtector ); |