[Libreoffice-commits] core.git: sw/source

Rene Engelhard (via logerrit) logerrit at kemper.freedesktop.org
Mon May 11 12:35:22 UTC 2020


 sw/source/filter/ww8/WW8Sttbf.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit da1de29f8410d352884688bd76bd07ca1c8f6ecd
Author:     Rene Engelhard <rene at debian.org>
AuthorDate: Sat May 9 16:15:05 2020 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon May 11 14:34:48 2020 +0200

    include <rtl/ustrbuf.hxx>
    
    since otherwise it isn't resolvable in !OSL_BIGENDIAN case (like on s390x)
    
    Change-Id: I18bc795744e70a459276b2c2d55e35411a5d672f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93865
    Tested-by: Rene Engelhard <rene at debian.org>
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/sw/source/filter/ww8/WW8Sttbf.cxx b/sw/source/filter/ww8/WW8Sttbf.cxx
index 54e05c42ac02..1e23c8ca89a7 100644
--- a/sw/source/filter/ww8/WW8Sttbf.cxx
+++ b/sw/source/filter/ww8/WW8Sttbf.cxx
@@ -28,6 +28,10 @@
 #include <sal/log.hxx>
 #include <osl/diagnose.h>
 
+#ifdef OSL_BIGENDIAN
+#include <rtl/ustrbuf.hxx>
+#endif
+
 namespace ww8
 {
     WW8Struct::WW8Struct(SvStream& rSt, sal_uInt32 nPos, sal_uInt32 nSize)


More information about the Libreoffice-commits mailing list