summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/managelang.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-16 15:36:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-16 15:36:20 +0000
commit5254b0049eff54285d3ca07e94f125cea18ff551 (patch)
tree854a82b4d523fbfb3bd9902f15a99bcd8092dc2a /basctl/source/dlged/managelang.cxx
parent7430f74bb122bbbc1415fb5a9fc6987425fb764c (diff)
INTEGRATION: CWS ab33 (1.2.4); FILE MERGED
2007/01/10 16:34:50 ab 1.2.4.1: #i69280# Removed warnings
Diffstat (limited to 'basctl/source/dlged/managelang.cxx')
-rw-r--r--basctl/source/dlged/managelang.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx
index ae2890139c3d..ed26ccc362fe 100644
--- a/basctl/source/dlged/managelang.cxx
+++ b/basctl/source/dlged/managelang.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: managelang.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 15:51:44 $
+ * last change: $Author: vg $ $Date: 2007-01-16 16:36:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -313,9 +313,9 @@ void SetDefaultLanguageDialog::FillLanguageBox()
// fill checklistbox if not in default mode
if ( m_pLocalizationMgr->isLibraryLocalized() )
{
- USHORT i, nCount = m_aLanguageLB.GetEntryCount();
- for ( i = 0; i < nCount; ++i )
- m_aCheckLangLB.InsertEntry( m_aLanguageLB.GetEntry(i) );
+ USHORT j, nCount_ = m_aLanguageLB.GetEntryCount();
+ for ( j = 0; j < nCount_; ++j )
+ m_aCheckLangLB.InsertEntry( m_aLanguageLB.GetEntry(j) );
}
else
// preselect current UI language