[Libreoffice-commits] core.git: include/LibreOfficeKit libreofficekit/qa
Miklos Vajna
vmiklos at collabora.co.uk
Fri Sep 11 06:06:28 PDT 2015
include/LibreOfficeKit/LibreOfficeKitGtk.h | 1 -
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 88c51cd55d1a9b29e62269c53b3923770253ab07
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Sep 11 14:47:17 2015 +0200
LOK: don't use unstable API unconditionally when including the GTK header
Change-Id: I679ddfdadbf4746d3fba64d3d5157ec070b4f6dd
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index 02789ad..01009fb 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -13,7 +13,6 @@
#include <gtk/gtk.h>
#include <gdk/gdk.h>
-#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKit.h>
G_BEGIN_DECLS
diff --git a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
index 8de7110..43afaf9 100644
--- a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
+++ b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
@@ -16,6 +16,7 @@
#include <boost/property_tree/json_parser.hpp>
#include <gdk/gdkkeysyms.h>
+#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKitGtk.h>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
More information about the Libreoffice-commits
mailing list