summaryrefslogtreecommitdiff
path: root/basic/source/runtime/iosys.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/iosys.cxx')
-rw-r--r--basic/source/runtime/iosys.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx
index 76020c585b4f..ae6d03e256fc 100644
--- a/basic/source/runtime/iosys.cxx
+++ b/basic/source/runtime/iosys.cxx
@@ -209,7 +209,7 @@ OUString findUserInDescription( const OUString& aDescription )
return user;
}
-bool needSecurityRestrictions( void )
+bool needSecurityRestrictions()
{
static bool bNeedInit = true;
static bool bRetVal = true;
@@ -276,7 +276,7 @@ bool needSecurityRestrictions( void )
// Returns sal_True if UNO is available, otherwise the old file
// system implementation has to be used
// #89378 New semantic: Don't just ask for UNO but for UCB
-bool hasUno( void )
+bool hasUno()
{
static bool bNeedInit = true;
static bool bRetVal = true;
@@ -929,7 +929,7 @@ SbiStream* SbiIoSystem::GetStream( short nChannel ) const
return pRet;
}
-void SbiIoSystem::CloseAll(void)
+void SbiIoSystem::CloseAll()
{
for( short i = 1; i < CHANNELS; i++ )
{