diff options
Diffstat (limited to 'vcl/unx/kde')
-rw-r--r-- | vcl/unx/kde/kdedata.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx index b9385ca791cf..9ec9a2809ff3 100644 --- a/vcl/unx/kde/kdedata.cxx +++ b/vcl/unx/kde/kdedata.cxx @@ -35,7 +35,6 @@ #include <osl/thread.h> #include <osl/process.h> -#include <osl/module.h> #include <osl/mutex.hxx> #include "unx/kde/kdedata.hxx" @@ -202,7 +201,7 @@ void KDEData::Init() **********************************************************************/ extern "C" { - VCLPLUG_KDE_PUBLIC SalInstance* create_SalInstance( oslModule ) + VCLPLUG_KDE_PUBLIC SalInstance* create_SalInstance() { /* #i92121# workaround deadlocks in the X11 implementation */ |