summaryrefslogtreecommitdiffstats
path: root/cui/source/tabpages/numpages.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/numpages.cxx')
-rw-r--r--cui/source/tabpages/numpages.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index c210dab8f812..74c0f70dbe6d 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -3698,7 +3698,7 @@ void SvxNumOptionsTabPage::PageCreated(const SfxAllItemSet& aSet)
{
ListBox& myCharFmtLB = GetCharFmtListBox();
const std::vector<OUString> &aList = pListItem->GetList();
- sal_uInt32 nCount = aList.size();;
+ sal_uInt32 nCount = aList.size();
for(sal_uInt32 i = 0; i < nCount; i++)
myCharFmtLB.InsertEntry(aList[i]);
}