Kaydet (Commit) 69d91300 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

WaE signed/unsigned comparison.

üst 9dfa70c2
...@@ -856,7 +856,7 @@ void XMLTextParagraphExport::exportListChange( ...@@ -856,7 +856,7 @@ void XMLTextParagraphExport::exportListChange(
if ( nListLevelsToBeClosed > 0 && if ( nListLevelsToBeClosed > 0 &&
pListElements && pListElements &&
pListElements->size() >= ( 2 * nListLevelsToBeClosed ) ) pListElements->size() >= ( 2 * sal::static_int_cast< sal_uInt16 >(nListLevelsToBeClosed) ) )
{ {
do { do {
for(size_t j = 0; j < 2; ++j) for(size_t j = 0; j < 2; ++j)
......
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