diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-26 21:54:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-26 21:54:36 +0100 |
commit | 5885bc4879c1d33b5271ec127f7f4c7b18706418 (patch) | |
tree | 8422139869f5cc008f16dbfc83be44e5dcdc2acc /toolkit/source | |
parent | 4be9c68b0938619bfc37eacded4a69a56bba6086 (diff) |
loplugin:loopvartoosmall
Change-Id: I14ada64d094d7ef147402e37baf4d6881075e914
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/controls/stdtabcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/stdtabcontroller.cxx b/toolkit/source/controls/stdtabcontroller.cxx index 6b3456969c26..2fcf0ecf05b2 100644 --- a/toolkit/source/controls/stdtabcontroller.cxx +++ b/toolkit/source/controls/stdtabcontroller.cxx @@ -265,7 +265,7 @@ void StdTabController::autoTabOrder( ) pE->aPos.X() = aPosSize.X; pE->aPos.Y() = aPosSize.Y; - sal_uInt16 nPos; + ComponentEntryList::size_type nPos; for ( nPos = 0; nPos < aCtrls.size(); nPos++ ) { ComponentEntry* pEntry = aCtrls[ nPos ]; |