This is an automated email from the ASF dual-hosted git repository.
arielch pushed a change to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git.
from c1c573a Fixed date/time conversion, removed whitespace, fixed typos
new bc5cd33 set 0u - so it build under Debian 9 too - thanks Damjan ffor
the hint
new a529b01 Fix -Wshift-negative-value compiler warnings. The result of
shifting negative integer values is undefined, so change the operand to be
unsigned.
new 53a0094 Fix build with modern boost which has dropped the old tr1
headers. Support for the native <complex> include file has been around on Linux
since at least CentOS 5.
new f549c9e #i126999#: fix vcl/source/glyphs/graphite_layout.cxx compile
with libc++ 3.8.0
new f322e99 i123947 - fix stlport emulation when compiling in C++11 mode
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
main/basebmp/inc/basebmp/packedpixeliterator.hxx | 8 ++++----
main/formula/inc/formula/grammar.hxx | 4 ++--
main/scaddins/source/analysis/analysishelper.hxx | 2 +-
main/stlport/systemstl/list | 12 ++++++++----
main/stlport/systemstl/map | 2 ++
main/stlport/systemstl/numeric | 2 ++
main/stlport/systemstl/set | 2 ++
main/stlport/systemstl/vector | 2 ++
main/vcl/source/gdi/bmpfast.cxx | 2 +-
main/vcl/source/glyphs/graphite_layout.cxx | 22 +++++++++++-----------
10 files changed, 35 insertions(+), 23 deletions(-)