[Libreoffice-commits] core.git: sw/source

Pavel Janík paveljanik at apache.org
Mon Dec 2 02:30:04 PST 2013


 sw/source/core/access/acctable.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af382ec04db5c19a0097c5c669672004ab2467fa
Author: Pavel Janík <paveljanik at apache.org>
Date:   Wed Nov 27 09:27:05 2013 +0000

    WaE: unsigned const to prevent compiler warnings.
    
    (cherry picked from commit 40b6e291c04205d1c4287e6ea602772c69f0e015)

diff --git a/sw/source/core/access/acctable.cxx b/sw/source/core/access/acctable.cxx
index bb32130..92e1b09 100644
--- a/sw/source/core/access/acctable.cxx
+++ b/sw/source/core/access/acctable.cxx
@@ -67,7 +67,7 @@ typedef ::std::set < sal_Int32, Int32Less_Impl > Int32Set_Impl;
 typedef ::std::pair < sal_Int32, sal_Int32 > Int32Pair_Impl;
 typedef ::std::list < Int32Pair_Impl > Int32PairList_Impl;
 
-const int SELECTION_WITH_NUM =10;
+const unsigned int SELECTION_WITH_NUM = 10;
 
 class SwAccTableSelHander_Impl
 {


More information about the Libreoffice-commits mailing list