Kaydet (Commit) a3c6ead6 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:loopvartoosmall

Change-Id: I9114a7dd3eae7a76432655c4459a7326bb1908f4
üst 53b496da
......@@ -394,7 +394,7 @@ bool DataSupplier::getData()
aPath = SerfUri::unescape( aPath );
bool bFoundParent = false;
for ( sal_uInt32 n = 0; n < resources.size(); ++n )
for ( size_t n = 0; n < resources.size(); ++n )
{
const DAVResource & rRes = resources[ n ];
......
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