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.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/io/source/services.hxx b/io/source/services.hxx
index 89dc339195b2..e6a55da677a3 100644
--- a/io/source/services.hxx
+++ b/io/source/services.hxx
@@ -58,35 +58,35 @@ namespace io_TextOutputStream {
namespace io_stm {
Reference< XInterface > SAL_CALL OPipeImpl_CreateInstance( const Reference< XComponentContext > & rSMgr ) throw (Exception);
OUString OPipeImpl_getImplementationName();
- Sequence<OUString> OPipeImpl_getSupportedServiceNames(void);
+ Sequence<OUString> OPipeImpl_getSupportedServiceNames();
Reference< XInterface > SAL_CALL ODataInputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) throw (Exception);
OUString ODataInputStream_getImplementationName();
- Sequence<OUString> ODataInputStream_getSupportedServiceNames(void);
+ Sequence<OUString> ODataInputStream_getSupportedServiceNames();
Reference< XInterface > SAL_CALL ODataOutputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) throw (Exception);
OUString ODataOutputStream_getImplementationName();
- Sequence<OUString> ODataOutputStream_getSupportedServiceNames(void);
+ Sequence<OUString> ODataOutputStream_getSupportedServiceNames();
Reference< XInterface > SAL_CALL OMarkableOutputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) throw (Exception);
OUString OMarkableOutputStream_getImplementationName();
- Sequence<OUString> OMarkableOutputStream_getSupportedServiceNames(void);
+ Sequence<OUString> OMarkableOutputStream_getSupportedServiceNames();
Reference< XInterface > SAL_CALL OMarkableInputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) throw (Exception);
OUString OMarkableInputStream_getImplementationName() ;
- Sequence<OUString> OMarkableInputStream_getSupportedServiceNames(void);
+ Sequence<OUString> OMarkableInputStream_getSupportedServiceNames();
Reference< XInterface > SAL_CALL OObjectOutputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) throw(Exception);
OUString OObjectOutputStream_getImplementationName();
- Sequence<OUString> OObjectOutputStream_getSupportedServiceNames(void);
+ Sequence<OUString> OObjectOutputStream_getSupportedServiceNames();
Reference< XInterface > SAL_CALL OObjectInputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) throw(Exception);
OUString OObjectInputStream_getImplementationName() ;
- Sequence<OUString> OObjectInputStream_getSupportedServiceNames(void);
+ Sequence<OUString> OObjectInputStream_getSupportedServiceNames();
Reference< XInterface > SAL_CALL OPumpImpl_CreateInstance( const Reference< XComponentContext > & rSMgr ) throw (Exception);
OUString OPumpImpl_getImplementationName();
- Sequence<OUString> OPumpImpl_getSupportedServiceNames(void);
+ Sequence<OUString> OPumpImpl_getSupportedServiceNames();
}
#endif