summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/shell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/shell.cxx')
-rw-r--r--ucb/source/ucp/file/shell.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx
index 7e880e00589b..63c0f74d6343 100644
--- a/ucb/source/ucp/file/shell.cxx
+++ b/ucb/source/ucp/file/shell.cxx
@@ -3051,14 +3051,14 @@ shell::getScheme( OUString& Scheme )
}
OUString SAL_CALL
-shell::getImplementationName_static( void )
+shell::getImplementationName_static()
{
return OUString("com.sun.star.comp.ucb.FileProvider");
}
uno::Sequence< OUString > SAL_CALL
-shell::getSupportedServiceNames_static( void )
+shell::getSupportedServiceNames_static()
{
OUString Supported("com.sun.star.ucb.FileContentProvider");
com::sun::star::uno::Sequence< OUString > Seq( &Supported,1 );