cui/source/options/optgenrl.cxx | 2 +- helpcontent2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit fb9927d7cbfe26215990bc8cce8f31e14bbb3c0a Author: Thomas Arnhold <tho...@arnhold.org> Date: Wed Aug 13 22:51:28 2014 +0200 WaE: C4245: signed/unsigned mismatch Change-Id: I91546defcc514649f9ef388838af2d40d82c7b67 diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx index 33177c6..c20b73b 100644 --- a/cui/source/options/optgenrl.cxx +++ b/cui/source/options/optgenrl.cxx @@ -66,7 +66,7 @@ namespace Lang unsigned const Russian = 2; unsigned const Eastern = 4; unsigned const US = 8; - unsigned const All = -1; + unsigned const All = static_cast<unsigned>(-1); } diff --git a/helpcontent2 b/helpcontent2 index 1fbcc73..577577f 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 1fbcc737e36231426bedfdca0b172bbb90279d64 +Subproject commit 577577fd7006327a85f420360c769ca70e96b50c _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits