summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-27 18:15:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-27 18:15:55 +0200
commit852c8e53d7bdb978951ab2703085341ee529a211 (patch)
tree4cf642b317608f22066f87bb839d5215becfe11b /vcl/unx/gtk/app
parent4c6e54a194516acda6499136a5e9996126dbcb10 (diff)
create_SalInstance does not need an oslModule parameter
Change-Id: I658974102f544185bf27f985bc920d8d54b40656
Diffstat (limited to 'vcl/unx/gtk/app')
-rw-r--r--vcl/unx/gtk/app/gtkinst.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx
index 6389cf06febd..042d54130412 100644
--- a/vcl/unx/gtk/app/gtkinst.cxx
+++ b/vcl/unx/gtk/app/gtkinst.cxx
@@ -19,7 +19,6 @@
#include <stack>
#include <string.h>
-#include <osl/module.h>
#include <osl/process.h>
#include <unx/gtk/gtkdata.hxx>
#include <unx/gtk/gtkinst.hxx>
@@ -58,7 +57,7 @@ extern "C"
pYieldMutex->ThreadsLeave();
}
- VCLPLUG_GTK_PUBLIC SalInstance* create_SalInstance( oslModule )
+ VCLPLUG_GTK_PUBLIC SalInstance* create_SalInstance()
{
SAL_INFO(
"vcl.gtk",