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

Michael Stahl mstahl at redhat.com
Mon Dec 18 16:58:45 UTC 2017


 oox/source/drawingml/textparagraphpropertiescontext.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e98bad89ddff5bebc3f26d944c1e1be6afe2b6f2
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Dec 18 17:52:46 2017 +0100

    oox: try to fix Android build, no std::lround there
    
    Change-Id: I47e1df5d27e788ef5aa48c3a09daf9888c33f920

diff --git a/oox/source/drawingml/textparagraphpropertiescontext.cxx b/oox/source/drawingml/textparagraphpropertiescontext.cxx
index fdc9c3f210a9..5b7477a39a0c 100644
--- a/oox/source/drawingml/textparagraphpropertiescontext.cxx
+++ b/oox/source/drawingml/textparagraphpropertiescontext.cxx
@@ -34,6 +34,8 @@
 #include <oox/token/properties.hxx>
 #include <oox/token/tokens.hxx>
 
+#include <android/compatibility.hxx>
+
 using namespace ::oox::core;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::xml::sax;


More information about the Libreoffice-commits mailing list