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

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


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

New commits:
commit 362c8d67e1cb8920bf179b52c50b5997d32eb296
Author: Pavel Janík <paveljanik at 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( );


More information about the Libreoffice-commits mailing list