diff options
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, |