summaryrefslogtreecommitdiff
path: root/io/source/services.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/services.hxx')
-rw-r--r--io/source/services.hxx2
1 files changed, 1 insertions, 1 deletions
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();
}