[Libreoffice-commits] core.git: vcl/unx
Stephan Bergmann
sbergman at redhat.com
Wed Jun 24 06:09:50 PDT 2015
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5cfc58783ebb896cc0d3b9be3f9da53cbaf89161
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 24 15:08:56 2015 +0200
Another gross inclusion hack that can apparently go now
Change-Id: I261596e5d20360ecfaf57f9ddc4419ca305e3194
diff --git a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
index 7549910..9457902 100644
--- a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
@@ -7,9 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-// Gross inclusion hacks for now ...
+#include <sal/config.h>
-#include "../../../headless/svpgdi.cxx"
+#include <basegfx/range/b2ibox.hxx>
#include <unx/gtk/gtkframe.hxx>
#include <unx/gtk/gtkdata.hxx>
#include <unx/gtk/gtkinst.hxx>
More information about the Libreoffice-commits
mailing list