diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-11-02 10:23:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-11-02 10:23:51 +0000 |
commit | 52f89bbba5e507ea5c094a207e3ac9c893232919 (patch) | |
tree | 325792a2e48a8e7e6c43d14da78ddb75c630de4a /extensions/source/svg/svgprinter.hxx | |
parent | 14a06eb6d1bae8060399db0bfb0e9e6c607ff7f1 (diff) |
#65293#: excveption specifications
Diffstat (limited to 'extensions/source/svg/svgprinter.hxx')
-rw-r--r-- | extensions/source/svg/svgprinter.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/svg/svgprinter.hxx b/extensions/source/svg/svgprinter.hxx index a26baa0abd94..4ecee3dd3095 100644 --- a/extensions/source/svg/svgprinter.hxx +++ b/extensions/source/svg/svgprinter.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svgprinter.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:53 $ + * last change: $Author: hr $ $Date: 2001-11-02 11:23:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,8 +86,8 @@ public: // XInterface virtual ANY SAL_CALL queryInterface( const NMSP_UNO::Type & rType ) throw( NMSP_UNO::RuntimeException ); - virtual void SAL_CALL acquire() throw( NMSP_UNO::RuntimeException ); - virtual void SAL_CALL release() throw( NMSP_UNO::RuntimeException ); + virtual void SAL_CALL acquire() throw(); + virtual void SAL_CALL release() throw(); // XSVGPrinter virtual sal_Bool SAL_CALL startJob( const REF( NMSP_SAX::XDocumentHandler )& rxHandler, |