summaryrefslogtreecommitdiff
path: root/extensions/source/svg
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/svg')
-rw-r--r--extensions/source/svg/svgprinter.cxx8
-rw-r--r--extensions/source/svg/svgprinter.hxx8
-rw-r--r--extensions/source/svg/svgwriter.cxx8
-rw-r--r--extensions/source/svg/svgwriter.hxx8
4 files changed, 16 insertions, 16 deletions
diff --git a/extensions/source/svg/svgprinter.cxx b/extensions/source/svg/svgprinter.cxx
index b810d5ed9183..a5711516abc9 100644
--- a/extensions/source/svg/svgprinter.cxx
+++ b/extensions/source/svg/svgprinter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svgprinter.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2001-06-18 15:23:31 $
+ * 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
@@ -287,14 +287,14 @@ ANY SAL_CALL SVGPrinter::queryInterface( const NMSP_UNO::Type & rType ) throw( N
// -----------------------------------------------------------------------------
-void SAL_CALL SVGPrinter::acquire() throw( NMSP_UNO::RuntimeException )
+void SAL_CALL SVGPrinter::acquire() throw()
{
OWeakObject::acquire();
}
// -----------------------------------------------------------------------------
-void SAL_CALL SVGPrinter::release() throw( NMSP_UNO::RuntimeException )
+void SAL_CALL SVGPrinter::release() throw()
{
OWeakObject::release();
}
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,
diff --git a/extensions/source/svg/svgwriter.cxx b/extensions/source/svg/svgwriter.cxx
index 9a81f771a882..02e66af8be02 100644
--- a/extensions/source/svg/svgwriter.cxx
+++ b/extensions/source/svg/svgwriter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svgwriter.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2001-06-18 15:23:31 $
+ * 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
@@ -165,14 +165,14 @@ ANY SAL_CALL SVGWriter::queryInterface( const NMSP_UNO::Type & rType ) throw( NM
// -----------------------------------------------------------------------------
-void SAL_CALL SVGWriter::acquire() throw( NMSP_UNO::RuntimeException )
+void SAL_CALL SVGWriter::acquire() throw()
{
OWeakObject::acquire();
}
// -----------------------------------------------------------------------------
-void SAL_CALL SVGWriter::release() throw( NMSP_UNO::RuntimeException )
+void SAL_CALL SVGWriter::release() throw()
{
OWeakObject::release();
}
diff --git a/extensions/source/svg/svgwriter.hxx b/extensions/source/svg/svgwriter.hxx
index 51912d04cd5b..519f35753681 100644
--- a/extensions/source/svg/svgwriter.hxx
+++ b/extensions/source/svg/svgwriter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svgwriter.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
@@ -83,8 +83,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();
// XSVGWriter
virtual void SAL_CALL write( const REF( NMSP_SAX::XDocumentHandler )& rxDocHandler,