[Libreoffice-commits] .: Branch 'libreoffice-3-5' - ucb/source
Petr Mladek
pmladek at kemper.freedesktop.org
Mon Mar 26 08:19:04 PDT 2012
ucb/source/ucp/gvfs/gvfs_content.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c946784f3b58d357eb15d699e1376df0d6f938ac
Author: Daniel Mihalyi <amidabucu at gmail.com>
Date: Mon Feb 6 18:04:37 2012 +0100
In the current glib version only the main glib.h can be included directly.
Signed-off-by: Petr Mladek <pmladek at suse.cz>
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>
More information about the Libreoffice-commits
mailing list