summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-29 13:34:26 +0200
committerNoel Grandin <noel@peralex.com>2015-06-02 09:45:16 +0200
commit1df41142451685d33b1821a839061c63f23e44fd (patch)
treebe78d70c5212ffb3496bf9fb6ec5f75f4c5e649c /xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
parent44cab3c9db5aef97fde57baec205a34fc794f64b (diff)
loplugin:loopvartoosmall
Change-Id: I809e408c994222cfa95ba8f56e4db7bd96be7080
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
index c269d579da86..46645b64a146 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
@@ -49,7 +49,7 @@ ResultSetForRoot::ResultSetForRoot( const uno::Reference< uno::XComponentContext
aCommand.Name = "getPropertyValues";
aCommand.Argument <<= m_sProperty;
- for( sal_uInt32 i = 0; i < m_aPath.size(); ++i )
+ for( size_t i = 0; i < m_aPath.size(); ++i )
{
m_aPath[i] =
"vnd.sun.star.help://" +