summaryrefslogtreecommitdiff
path: root/sc/inc/miscuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r--sc/inc/miscuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index 654273ef9583..8ff623364787 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -42,7 +42,7 @@ sal_Bool SAL_CALL ClassName::supportsService( const OUString& ServiceName ) \
return cppu::supportsService(this, ServiceName); \
} \
::com::sun::star::uno::Sequence< OUString > \
- SAL_CALL ClassName::getSupportedServiceNames(void) \
+ SAL_CALL ClassName::getSupportedServiceNames() \
throw(::com::sun::star::uno::RuntimeException, std::exception) \
{ \
::com::sun::star::uno::Sequence< OUString > aRet(1); \