This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a change to branch Pilot-Pirx-iconset
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from ff7e9d33d9 Merge branch 'trunk' into Pilot-Pirx-iconset
add 883ba44fa5 Cleanup
add 18e39f1b61 Cleanup
add aa1f4ecdf0 When using SYSTEM_LIBXSLT, LIBXSLT_CFLAGS must be added
***after*** local include paths, because when LIBXSLT_CFLAGS contains
"-I/usr/local/include", system boost headers end up being found there before
our local boost headers. So add LIBXSLT_CFLAGS to CFLAGSAPPEND instead of
CFLAGS.
add 813ef6db80 Cleanup
new 5d5d1a0e4d Merge branch 'trunk' into Pilot-Pirx-iconset
The 1 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/autodoc/source/parser/cpp/cx_c_std.cxx | 68 ++-
main/basegfx/source/raster/bpixelraster.cxx | 15 +-
main/basegfx/source/raster/bzpixelraster.cxx | 15 +-
main/basegfx/source/raster/rasterconvert3d.cxx | 628 ++++++++++-----------
main/basegfx/source/vector/b2dvector.cxx | 57 +-
main/basegfx/source/vector/b2ivector.cxx | 17 +-
main/basegfx/source/vector/b3dvector.cxx | 35 +-
main/basegfx/source/vector/b3ivector.cxx | 12 +-
main/cppuhelper/source/interfacecontainer.cxx | 170 +++---
main/cui/source/dialogs/hlmarkwn.cxx | 68 +--
main/cui/source/inc/cuitabarea.hxx | 67 +--
.../source/ui/tabledesign/TEditControl.cxx | 386 +++++++------
main/filter/source/graphicfilter/icgm/class4.cxx | 48 +-
main/l10ntools/source/help/makefile.mk | 2 +-
main/starmath/source/commands.src | 10 +-
15 files changed, 753 insertions(+), 845 deletions(-)