summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-11-02 10:23:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-11-02 10:23:51 +0000
commit52f89bbba5e507ea5c094a207e3ac9c893232919 (patch)
tree325792a2e48a8e7e6c43d14da78ddb75c630de4a /extensions/source
parent14a06eb6d1bae8060399db0bfb0e9e6c607ff7f1 (diff)
#65293#: excveption specifications
Diffstat (limited to 'extensions/source')
-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,