diff options
author | Pavel Janík <paveljanik@apache.org> | 2013-11-26 20:36:34 +0000 |
---|---|---|
committer | Pavel Janík <paveljanik@apache.org> | 2013-11-26 20:36:34 +0000 |
commit | e215b94aea58527bf76db44f0985b467502d457b (patch) | |
tree | 4891f124c7323e0c10a8e947a8ad533d19458585 | |
parent | c70ed91694191aed2ebc46fd0e20496b6e0499bb (diff) |
WaE: compare unsigned values.
Notes
Notes:
merged as: 362c8d67e1cb8920bf179b52c50b5997d32eb296
-rw-r--r-- | sw/source/core/access/accmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx index b7cb870b935f..a2fef1e64b54 100644 --- a/sw/source/core/access/accmap.cxx +++ b/sw/source/core/access/accmap.cxx @@ -1575,7 +1575,7 @@ void SwAccessibleMap::DoInvalidateShapeSelection(sal_Bool bInvalidateFocusMode / ++pShape; } - const int SELECTION_WITH_NUM =10; + const unsigned int SELECTION_WITH_NUM = 10; if (vecxShapeAdd.size() > SELECTION_WITH_NUM ) { uno::Reference< XAccessible > xDoc = GetDocumentView( ); |