buildbot success in on openoffice-linux64-rat-aoo410

2016-08-31 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-rat-aoo410 while building . Full details are available at: https://ci.apache.org/builders/openoffice-linux64-rat-aoo410/builds/422 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: tethys_ubuntu Build

buildbot failure in on aoo-win7

2016-08-31 Thread buildbot
The Buildbot has detected a failed build on builder aoo-win7 while building . Full details are available at: https://ci.apache.org/builders/aoo-win7/builds/440 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-win7 Build Reason: The Nightly scheduler named

svn commit: r1758692 - in /openoffice/trunk/main: basebmp/inc/basebmp/packedpixeliterator.hxx formula/inc/formula/grammar.hxx vcl/source/gdi/bmpfast.cxx

2016-08-31 Thread truckman
Author: truckman Date: Thu Sep 1 00:14:50 2016 New Revision: 1758692 URL: http://svn.apache.org/viewvc?rev=1758692=rev Log: Fix -Wshift-negative-value compiler warnings. The result of shifting negative integer values is undefined, so change the operand to be unsigned. Modified:

svn commit: r1758660 - /openoffice/trunk/main/basegfx/StaticLibrary_basegfx_s.mk

2016-08-31 Thread truckman
Author: truckman Date: Wed Aug 31 18:16:14 2016 New Revision: 1758660 URL: http://svn.apache.org/viewvc?rev=1758660=rev Log: Add a missing file to the basegfx static library to unbreak the pdf import extension build. Modified: openoffice/trunk/main/basegfx/StaticLibrary_basegfx_s.mk

buildbot success in on openoffice-fbsd-nightly

2016-08-31 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-fbsd-nightly while building . Full details are available at: https://ci.apache.org/builders/openoffice-fbsd-nightly/builds/426 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-fbsd2_64bit Build Reason: The

buildbot success in on openoffice-linux32-nightly

2016-08-31 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux32-nightly while building . Full details are available at: https://ci.apache.org/builders/openoffice-linux32-nightly/builds/396 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-vm2_ubuntu_32bit Build

buildbot success in on openoffice-linux64-nightly

2016-08-31 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-nightly while building . Full details are available at: https://ci.apache.org/builders/openoffice-linux64-nightly/builds/448 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: tethys_ubuntu Build Reason:

buildbot success in on openoffice-linux64-rat

2016-08-31 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-rat while building . Full details are available at: https://ci.apache.org/builders/openoffice-linux64-rat/builds/425 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: tethys_ubuntu Build Reason: The

svn commit: r1758633 - /openoffice/trunk/main/starmath/inc/smcommands.h

2016-08-31 Thread truckman
Author: truckman Date: Wed Aug 31 15:51:05 2016 New Revision: 1758633 URL: http://svn.apache.org/viewvc?rev=1758633=rev Log: Fix a typo on a header guard. The other instances of the -Wheader-guard warning are in ext_sources code. Modified: openoffice/trunk/main/starmath/inc/smcommands.h

svn commit: r1758630 - /openoffice/trunk/main/cppuhelper/source/exc_thrower.cxx

2016-08-31 Thread truckman
Author: truckman Date: Wed Aug 31 15:48:05 2016 New Revision: 1758630 URL: http://svn.apache.org/viewvc?rev=1758630=rev Log: In ExceptionThrower::throwException(), call ::cppu::throwException() instead of recursing infinitely. Modified:

svn commit: r1758644 - in /openoffice/trunk/main: cpputools/source/unoexe/ crashrep/source/unx/ extensions/source/logging/ fpicker/source/unx/gnome/ icc/ icu/ rsc/source/prj/ svtools/bmpmaker/ vcl/sou

2016-08-31 Thread truckman
Author: truckman Date: Wed Aug 31 16:12:32 2016 New Revision: 1758644 URL: http://svn.apache.org/viewvc?rev=1758644=rev Log: Fix -Wformat-security warnings. There are a number of instances where the code calls *printf() to print arbitrary strings and the string is passed as the format argument

svn commit: r1758637 - /openoffice/trunk/main/sw/source/core/inc/txtfrm.hxx

2016-08-31 Thread truckman
Author: truckman Date: Wed Aug 31 16:00:16 2016 New Revision: 1758637 URL: http://svn.apache.org/viewvc?rev=1758637=rev Log: Get rid of the inline version of FindFtnRef() that just calls itself, which causes infinite recursion. Callers should just use the external method. Modified:

svn commit: r1758639 - /openoffice/trunk/main/vcl/source/fontsubset/sft.cxx

2016-08-31 Thread truckman
Author: truckman Date: Wed Aug 31 16:06:33 2016 New Revision: 1758639 URL: http://svn.apache.org/viewvc?rev=1758639=rev Log: Fix -Wformat-security warnings. CreateT3FromTTGlyphs() uses a bunch of "const char *" variables to hold the format strings for its fprintf() calls resulting in warnings