summaryrefslogtreecommitdiffstats
path: root/basctl/source/dlged/dlgedobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/dlged/dlgedobj.cxx')
-rw-r--r--basctl/source/dlged/dlgedobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx
index e4647ebdbb90..66a49a2a4501 100644
--- a/basctl/source/dlged/dlgedobj.cxx
+++ b/basctl/source/dlged/dlgedobj.cxx
@@ -1444,7 +1444,7 @@ void DlgEdForm::UpdateTabIndices()
// create a map of tab indices and control names, sorted by tab index
IndexToNameMap aIndexToNameMap;
- for ( sal_Int16 i = 0; i < nCtrls; ++i )
+ for ( sal_Int32 i = 0; i < nCtrls; ++i )
{
// get name
OUString aName( pNames[i] );