[Libreoffice-commits] online.git: Branch 'libreoffice-5-4' - common/UnitHTTP.hpp
Rene Engelhard
rene at rene-engelhard.de
Fri Jan 26 08:23:39 UTC 2018
common/UnitHTTP.hpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ee1797e630916b8e392f67b8f64d3d08c4390e71
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)
Change-Id: I17b9feba60c20e135a3db0d3aa330fa147fbcf41
Reviewed-on: https://gerrit.libreoffice.org/48625
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
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