Kaydet (Commit) e215b94a authored tarafından Pavel Janík's avatar Pavel Janík

WaE: compare unsigned values.

üst c70ed916
......@@ -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( );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment