summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-25 10:10:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-25 10:10:02 +0100
commit5222dd86dd3516c106a2e77e77885e074e1f7577 (patch)
tree9c9fa5f7506a4e59d285836bc2494e7aa5d03865 /codemaker/source/cppumaker
parent8d5086d571c8565c63717a163cbfc00ef6f15d20 (diff)
loplugin:loopvartoosmall
Change-Id: Ifd83cb180072304511ad8eb031dcf2a867e97e62
Diffstat (limited to 'codemaker/source/cppumaker')
-rw-r--r--codemaker/source/cppumaker/cppuoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.cxx b/codemaker/source/cppumaker/cppuoptions.cxx
index 3a0bdb5d0cd4..c0b578c197ac 100644
--- a/codemaker/source/cppumaker/cppuoptions.cxx
+++ b/codemaker/source/cppumaker/cppuoptions.cxx
@@ -35,7 +35,7 @@ using ::rtl::OString;
bool CppuOptions::initOptions(int ac, char* av[], bool bCmdFile)
{
bool ret = true;
- sal_uInt16 i=0;
+ int i=0;
if (!bCmdFile)
{