summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 19:51:27 +1100
committerAndras Timar <andras.timar@collabora.com>2016-07-18 18:03:53 +0200
commit03d5a294f3e5eedb6e7eb3bbc2af6512df471d4d (patch)
treee5053c822093ea0a2c975f5e986330ecb5e8f543
parentd4e0eefa1f899fa05c27acd90d7bef5a55ce1ad9 (diff)
vcl: gtkprintwrapper is a private gtk only headercp-5.1-1
(cherry picked from commit ea60011a5aa36a8f13067b8acb152e927fddf621) Change-Id: I12d7b59c5e307403715865411993119ccbc291ec
-rw-r--r--vcl/inc/unx/gtk/gtkprintwrapper.hxx (renamed from vcl/unx/gtk/gtkprintwrapper.hxx)0
-rw-r--r--vcl/unx/gtk/gtkinst.cxx2
-rw-r--r--vcl/unx/gtk/gtkprintwrapper.cxx2
-rw-r--r--vcl/unx/gtk/salprn-gtk.cxx2
4 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/gtkprintwrapper.hxx b/vcl/inc/unx/gtk/gtkprintwrapper.hxx
index 8840d6c3bbc4..8840d6c3bbc4 100644
--- a/vcl/unx/gtk/gtkprintwrapper.hxx
+++ b/vcl/inc/unx/gtk/gtkprintwrapper.hxx
diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx
index f07363566894..6bb7bb876751 100644
--- a/vcl/unx/gtk/gtkinst.cxx
+++ b/vcl/unx/gtk/gtkinst.cxx
@@ -42,7 +42,7 @@
#include <fcntl.h>
#include <unistd.h>
-#include "gtkprintwrapper.hxx"
+#include "unx/gtk/gtkprintwrapper.hxx"
extern "C"
{
diff --git a/vcl/unx/gtk/gtkprintwrapper.cxx b/vcl/unx/gtk/gtkprintwrapper.cxx
index e552042478ef..b7f46684c30b 100644
--- a/vcl/unx/gtk/gtkprintwrapper.cxx
+++ b/vcl/unx/gtk/gtkprintwrapper.cxx
@@ -11,7 +11,7 @@
#include <rtl/ustring.hxx>
-#include "gtkprintwrapper.hxx"
+#include "unx/gtk/gtkprintwrapper.hxx"
namespace vcl
{
diff --git a/vcl/unx/gtk/salprn-gtk.cxx b/vcl/unx/gtk/salprn-gtk.cxx
index 767949468563..b0732720ab8f 100644
--- a/vcl/unx/gtk/salprn-gtk.cxx
+++ b/vcl/unx/gtk/salprn-gtk.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "gtkprintwrapper.hxx"
+#include "unx/gtk/gtkprintwrapper.hxx"
#include "unx/gtk/gtkdata.hxx"
#include "unx/gtk/gtkframe.hxx"