Kaydet (Commit) 9a29e2f5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wdeprecated-declarations

Change-Id: I7c7d3dda02a3745128a5a125b4b6952e087cdcda
üst 5eb7759d
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include <gdk/gdkkeysyms.h> #include <gdk/gdkkeysyms.h>
#include <sal/types.h>
#define LOK_USE_UNSTABLE_API #define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKitGtk.h> #include <LibreOfficeKit/LibreOfficeKitGtk.h>
#include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <LibreOfficeKit/LibreOfficeKitEnums.h>
...@@ -497,7 +499,9 @@ static void createModelAndView(const char* pLOPath, const char* pDocPath, const ...@@ -497,7 +499,9 @@ static void createModelAndView(const char* pLOPath, const char* pDocPath, const
{ {
GdkRGBA color; GdkRGBA color;
gdk_rgba_parse(&color, rArguments[i + 1].c_str()); gdk_rgba_parse(&color, rArguments[i + 1].c_str());
SAL_WNODEPRECATED_DECLARATIONS_PUSH
gtk_widget_override_background_color(gtk_widget_get_toplevel(pDocView), GTK_STATE_FLAG_NORMAL, &color); gtk_widget_override_background_color(gtk_widget_get_toplevel(pDocView), GTK_STATE_FLAG_NORMAL, &color);
SAL_WNODEPRECATED_DECLARATIONS_POP
} }
} }
std::stringstream aStream; std::stringstream aStream;
......
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