summaryrefslogtreecommitdiff
path: root/unotools/source/streaming
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 10:17:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 10:17:08 +0000
commit2de30793bb200dbd28d201d862d8e0fb92e8641a (patch)
tree6de271a229bf6b8dee1737663519dc580a6dc33f /unotools/source/streaming
parent2eba8d25a457e3b29f735b792fd861ec1b061e34 (diff)
#65293#: exception specifications
Diffstat (limited to 'unotools/source/streaming')
-rw-r--r--unotools/source/streaming/streamhelper.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/unotools/source/streaming/streamhelper.cxx b/unotools/source/streaming/streamhelper.cxx
index 1dae4e6c1660..140c46f6806c 100644
--- a/unotools/source/streaming/streamhelper.cxx
+++ b/unotools/source/streaming/streamhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: streamhelper.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mtg $ $Date: 2001-01-12 11:23:11 $
+ * last change: $Author: hr $ $Date: 2001-09-27 11:17:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,13 +67,13 @@ namespace utl
{
//------------------------------------------------------------------------------
-void SAL_CALL OInputStreamHelper::acquire() throw (staruno::RuntimeException)
+void SAL_CALL OInputStreamHelper::acquire() throw ()
{
InputStreamHelper_Base::acquire();
}
//------------------------------------------------------------------------------
-void SAL_CALL OInputStreamHelper::release() throw (staruno::RuntimeException)
+void SAL_CALL OInputStreamHelper::release() throw ()
{
InputStreamHelper_Base::release();
}
@@ -174,13 +174,13 @@ void SAL_CALL OInputStreamHelper::closeInput()
/*************************************************************************/
//------------------------------------------------------------------------------
-void SAL_CALL OOutputStreamHelper::acquire() throw (staruno::RuntimeException)
+void SAL_CALL OOutputStreamHelper::acquire() throw ()
{
OutputStreamHelper_Base::acquire();
}
//------------------------------------------------------------------------------
-void SAL_CALL OOutputStreamHelper::release() throw (staruno::RuntimeException)
+void SAL_CALL OOutputStreamHelper::release() throw ()
{
OutputStreamHelper_Base::release();
}