[Libreoffice-commits] .: Branch 'libreoffice-3-5-2' - ucb/source

Petr Mladek pmladek at kemper.freedesktop.org
Mon Mar 26 08:23:18 PDT 2012


 ucb/source/ucp/gvfs/gvfs_content.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5ba91e8f3ccd90a2e957885d3d0654dc48eed0b6
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>
    Signed-off-by: Michael Stahl <mstahl at redhat.com>
    Signed-off-by: Fridrich Strba <fridrich.strba at graduateinstitute.ch>

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