This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git.
from 2186aa1 Changed helptext after resolved problem. (#117)
new 33e2b20 fix unitialized variables in delivery.pl by treat undef as 0
changed: ../solenv/bin/deliver.pl
new 2cfa35e fixed compiler warnings 1) warning: comparison between signed
and unsigned integer expressions [-Wsign-compare solution int -> unsigned int
2) warning: unused variable 'bResult' [-Wunused-variable removed return variable
The 2 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/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx | 2 +-
main/cppuhelper/qa/unourl/cppu_unourl.cxx | 19 +++++++++----------
main/solenv/bin/deliver.pl | 3 +++
3 files changed, 13 insertions(+), 11 deletions(-)