WaE: compare unsigned values.
Notes:
merged as: 362c8d67e1cb8920bf179b52c50b5997d32eb296
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index b7cb870..a2fef1e 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( );