Hi! This patch corrects one line including a glib header not correctly.
Regards, Dani
From ae4f1402c6c892ad0c48bac2ae076c54294c5f17 Mon Sep 17 00:00:00 2001 From: Daniel Mihalyi <amidab...@gmail.com> Date: Mon, 6 Feb 2012 18:04:37 +0100 Subject: [PATCH] In the current glib version only the main glib.h can be included directly. --- ucb/source/ucp/gvfs/gvfs_content.hxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ucb/source/ucp/gvfs/gvfs_content.hxx b/ucb/source/ucp/gvfs/gvfs_content.hxx index 990ea9f..5c8e7aa 100644 --- a/ucb/source/ucp/gvfs/gvfs_content.hxx +++ b/ucb/source/ucp/gvfs/gvfs_content.hxx @@ -35,7 +35,7 @@ #include <com/sun/star/ucb/XContentCreator.hpp> #include <ucbhelper/contenthelper.hxx> -#include <glib/gthread.h> +#include <glib.h> #include <libgnomevfs/gnome-vfs-ops.h> #include <libgnomevfs/gnome-vfs-directory.h> -- 1.7.9
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice