summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/source/TextOutputStream/TextOutputStream.cxx2
-rw-r--r--io/source/services.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx
index 282bedc1067e..8dbf052d8df6 100644
--- a/io/source/TextOutputStream/TextOutputStream.cxx
+++ b/io/source/TextOutputStream/TextOutputStream.cxx
@@ -248,7 +248,7 @@ Reference< XInterface > SAL_CALL TextOutputStream_CreateInstance(
return Reference < XInterface >( ( OWeakObject * ) new OTextOutputStream() );
}
-OUString TextOutputStream_getImplementationName() SAL_THROW( () )
+OUString TextOutputStream_getImplementationName()
{
return OUString( IMPLEMENTATION_NAME );
}
diff --git a/io/source/services.hxx b/io/source/services.hxx
index ec37e09566d9..89dc339195b2 100644
--- a/io/source/services.hxx
+++ b/io/source/services.hxx
@@ -51,7 +51,7 @@ namespace io_TextInputStream {
namespace io_TextOutputStream {
Reference< XInterface > SAL_CALL TextOutputStream_CreateInstance(SAL_UNUSED_PARAMETER const Reference< XComponentContext > &);
- OUString TextOutputStream_getImplementationName() SAL_THROW( () );
+ OUString TextOutputStream_getImplementationName();
Sequence< OUString > TextOutputStream_getSupportedServiceNames();
}