[Libreoffice-commits] core.git: 2 commits - ucb/source vcl/inc

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Feb 21 02:30:29 UTC 2017


 ucb/source/ucp/webdav/SerfInputStream.cxx |    3 ++-
 vcl/inc/pch/precompiled_vcl.hxx           |    2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 778d6ddc24e927260d1002e23cf0bbcc4a0ed74c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Feb 21 03:29:07 2017 +0100

    try to fix "random config" tb
    
    Fixes #229.
    
    Change-Id: I6e74d41f83cacb628356cba57a49165c41113723

diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx
index 94c0fcd..b5d4fd1 100644
--- a/vcl/inc/pch/precompiled_vcl.hxx
+++ b/vcl/inc/pch/precompiled_vcl.hxx
@@ -54,7 +54,9 @@
 #include <boost/math/special_functions/sinc.hpp>
 #include <boost/multi_array.hpp>
 #include <boost/optional.hpp>
+#ifndef LIBO_HEADLESS
 #include <epoxy/gl.h>
+#endif
 #include <osl/conditn.hxx>
 #include <osl/diagnose.h>
 #include <osl/diagnose.hxx>
commit 2bcfe65e9e7c9bc3577eb680fef2b78f794c53e3
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Feb 21 02:11:41 2017 +0100

    try to fix "random config" tb
    
    Fixes #228

diff --git a/ucb/source/ucp/webdav/SerfInputStream.cxx b/ucb/source/ucp/webdav/SerfInputStream.cxx
index f6b7f61..507626b4 100644
--- a/ucb/source/ucp/webdav/SerfInputStream.cxx
+++ b/ucb/source/ucp/webdav/SerfInputStream.cxx
@@ -21,6 +21,8 @@
 
 #include <cppuhelper/queryinterface.hxx>
 
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+
 #include <string.h>
 
 #include <com/sun/star/lang/IllegalArgumentException.hpp>
@@ -30,7 +32,6 @@ using namespace com::sun::star::io;
 using namespace com::sun::star::uno;
 using namespace http_dav_ucp;
 
-
 // Constructor
 
 SerfInputStream::SerfInputStream()


More information about the Libreoffice-commits mailing list