Kaydet (Commit) 240b8c63 authored tarafından Jacobo Aragunde Pérez's avatar Jacobo Aragunde Pérez

Fix -Werror=sign-compare

Change-Id: I3c6ff1750d3e6aa6b3b19c957847289067fc5a54
üst 42ced106
......@@ -2153,7 +2153,7 @@ static void impl_borderLine( FSHelperPtr pSerializer, sal_Int32 elementToken, co
if( rStyleProps != NULL && pBorderLine && !pBorderLine->isEmpty() &&
pBorderLine->GetBorderLineStyle() == rStyleProps->LineStyle &&
pBorderLine->GetColor() == rStyleProps->Color &&
pBorderLine->GetWidth() == MM100_TO_TWIP_UNSIGNED( rStyleProps->LineWidth ) )
pBorderLine->GetWidth() == MM100_TO_TWIP( rStyleProps->LineWidth ) )
return;
pAttr->add( FSNS( XML_w, XML_val ), OString( pVal ) );
......
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