summaryrefslogtreecommitdiff
path: root/svx/source/gengal/gengal.cxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-08-29 23:55:46 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-09-12 14:18:47 +0200
commit815126b685efdb117fa02f2627414bfbd07d0e5b (patch)
treef03cffa1603ef4f297bd42abadfa96275cef9ba1 /svx/source/gengal/gengal.cxx
parent1ea153bb320142622427cbc8d637ddb40c822f4a (diff)
GetCommandLineParamCount() returns sal_uInt16
Change-Id: Ie85f3a44034ffcfe08493256bc65e49b63a28013
Diffstat (limited to 'svx/source/gengal/gengal.cxx')
-rw-r--r--svx/source/gengal/gengal.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx
index ea4e6188d9a4..0fd4ec9fa562 100644
--- a/svx/source/gengal/gengal.cxx
+++ b/svx/source/gengal/gengal.cxx
@@ -281,7 +281,7 @@ int GalApp::Main()
OUString aName( "Default name" );
std::vector<INetURLObject> aFiles;
- for( sal_uInt32 i = 0; i < GetCommandLineParamCount(); i++ )
+ for( sal_uInt16 i = 0; i < GetCommandLineParamCount(); ++i )
{
OUString aParam = GetCommandLineParam( i );