sal_uInt16 to sal_Int32
Change-Id: I278f325925717bcb8bc45afacd6dbf442f0eefbe
This commit is contained in:
@@ -530,7 +530,7 @@ void SwTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
|
||||
::FillCharStyleListBox(rCharFmtLB, pDocShell);
|
||||
|
||||
std::vector<OUString> aList;
|
||||
for(sal_uInt16 j = 0; j < rCharFmtLB.GetEntryCount(); j++)
|
||||
for(sal_Int32 j = 0; j < rCharFmtLB.GetEntryCount(); j++)
|
||||
aList.push_back( rCharFmtLB.GetEntry(j) );
|
||||
|
||||
aSet.Put( SfxStringListItem( SID_CHAR_FMT_LIST_BOX,&aList ) ) ;
|
||||
|
Reference in New Issue
Block a user