diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 18:15:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-27 18:15:55 +0200 |
commit | 852c8e53d7bdb978951ab2703085341ee529a211 (patch) | |
tree | 4cf642b317608f22066f87bb839d5215becfe11b /vcl/unx/kde | |
parent | 4c6e54a194516acda6499136a5e9996126dbcb10 (diff) |
create_SalInstance does not need an oslModule parameter
Change-Id: I658974102f544185bf27f985bc920d8d54b40656
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 */ |