Kaydet (Commit) 88c51cd5 authored tarafından Miklos Vajna's avatar Miklos Vajna

LOK: don't use unstable API unconditionally when including the GTK header

Change-Id: I679ddfdadbf4746d3fba64d3d5157ec070b4f6dd
üst 064fd834
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gdk/gdk.h> #include <gdk/gdk.h>
#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKit.h> #include <LibreOfficeKit/LibreOfficeKit.h>
G_BEGIN_DECLS G_BEGIN_DECLS
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/json_parser.hpp>
#include <gdk/gdkkeysyms.h> #include <gdk/gdkkeysyms.h>
#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKitGtk.h> #include <LibreOfficeKit/LibreOfficeKitGtk.h>
#include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <LibreOfficeKit/LibreOfficeKitEnums.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment