[Libreoffice-commits] online.git: common/UnitHTTP.hpp

Rene Engelhard rene at rene-engelhard.de
Mon Nov 13 19:22:02 UTC 2017


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

New commits:
commit 623b45a533198acc3ef7a393382f23ebb0f6ebab
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)

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