[Libreoffice-commits] core.git: cui/source helpcontent2

Thomas Arnhold thomas at arnhold.org
Wed Aug 13 13:53:34 PDT 2014


 cui/source/options/optgenrl.cxx |    2 +-
 helpcontent2                    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fb9927d7cbfe26215990bc8cce8f31e14bbb3c0a
Author: Thomas Arnhold <thomas at 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


More information about the Libreoffice-commits mailing list