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

New commits:
commit 362c8d67e1cb8920bf179b52c50b5997d32eb296
Author: Pavel Janík <pavelja...@apache.org>
Date:   Tue Nov 26 20:36:34 2013 +0000

    WaE: compare unsigned values.
    
    (cherry picked from commit e215b94aea58527bf76db44f0985b467502d457b)

diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index cdb73ca..ac86219 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -1490,7 +1490,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( );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to