diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-29 23:55:46 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-09-12 14:18:47 +0200 |
commit | 815126b685efdb117fa02f2627414bfbd07d0e5b (patch) | |
tree | f03cffa1603ef4f297bd42abadfa96275cef9ba1 /svx/source/gengal/gengal.cxx | |
parent | 1ea153bb320142622427cbc8d637ddb40c822f4a (diff) |
GetCommandLineParamCount() returns sal_uInt16
Change-Id: Ie85f3a44034ffcfe08493256bc65e49b63a28013
Diffstat (limited to 'svx/source/gengal/gengal.cxx')
-rw-r--r-- | svx/source/gengal/gengal.cxx | 2 |
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 ); |