summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/saldata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/app/saldata.cxx')
-rw-r--r--vcl/unx/generic/app/saldata.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx
index bbb9aba7c2e0..d8e9644f8167 100644
--- a/vcl/unx/generic/app/saldata.cxx
+++ b/vcl/unx/generic/app/saldata.cxx
@@ -290,11 +290,11 @@ void X11SalData::Init()
pXLib_->Init();
}
-void X11SalData::initNWF( void )
+void X11SalData::initNWF()
{
}
-void X11SalData::deInitNWF( void )
+void X11SalData::deInitNWF()
{
}
@@ -420,7 +420,7 @@ void SalXLib::Init()
}
extern "C" {
-void EmitFontpathWarning( void )
+void EmitFontpathWarning()
{
static Bool bOnce = False;
if ( !bOnce )