From 86c88c337992a0dd2a9e954c66af3109d1486cc8 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 23 Oct 2001 16:47:04 +0000
Subject: [PATCH] #92924#: exception specifications
---
xmlhelp/source/cxxhelp/provider/inputstream.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xmlhelp/source/cxxhelp/provider/inputstream.hxx b/xmlhelp/source/cxxhelp/provider/inputstream.hxx
index adf066845ca3..5c225d3f93e1 100644
--- a/xmlhelp/source/cxxhelp/provider/inputstream.hxx
+++ b/xmlhelp/source/cxxhelp/provider/inputstream.hxx
@@ -53,12 +53,12 @@ namespace chelp {
virtual void SAL_CALL
acquire(
void )
- throw( com::sun::star::uno::RuntimeException);
+ throw();
virtual void SAL_CALL
release(
void )
- throw( com::sun::star::uno::RuntimeException );
+ throw();
virtual sal_Int32 SAL_CALL
readBytes(