[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - common/UnitHTTP.hpp

Rene Engelhard rene at rene-engelhard.de
Fri Feb 16 11:13:37 UTC 2018


 common/UnitHTTP.hpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a4396b9be569d4fcaedfff1b3a18157db1fa9292
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Mon Nov 13 20:20:00 2017 +0100

    fix build with poco 1.8.0(.1)
    
    (cherry picked from commit 623b45a533198acc3ef7a393382f23ebb0f6ebab)

diff --git a/common/UnitHTTP.hpp b/common/UnitHTTP.hpp
index 0343036f..a6a107d9 100644
--- a/common/UnitHTTP.hpp
+++ b/common/UnitHTTP.hpp
@@ -82,13 +82,13 @@ public:
     {
         return _dummyStream;
     }
-#if POCO_VERSION < 0x02000000
+#if POCO_VERSION < 0x01080000
     virtual bool expectContinue() const override
     {
         return false;
     }
 #endif
-#if POCO_VERSION >= 0x02000000
+#if POCO_VERSION >= 0x01080000
     virtual bool secure() const override
     {
         return true;


More information about the Libreoffice-commits mailing list