Author: paveljanik
Date: Wed Nov 27 09:27:05 2013
New Revision: 1545970
URL: http://svn.apache.org/r1545970
Log:
WaE: unsigned const to prevent compiler warnings.
Modified:
openoffice/trunk/main/sw/source/core/access/acctable.cxx
Modified: openoffice/trunk/main/sw/source/core/access/acctable.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/access/acctable.cxx?rev=1545970&r1=1545969&r2=1545970&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/access/acctable.cxx (original)
+++ openoffice/trunk/main/sw/source/core/access/acctable.cxx Wed Nov 27
09:27:05 2013
@@ -72,7 +72,7 @@ typedef ::std::set < sal_Int32, Int32Les
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
{