summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfindex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.cxx b/lotuswordpro/source/filter/xfilter/xfindex.cxx
index 1fc791b99960..1455a86b1d5a 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.cxx
@@ -222,7 +222,7 @@ void XFIndex::ToXml(IXFStream *pStrm)
pStrm->StartElement( A2OUSTR("text:index-source-styles") );
std::vector<rtl::OUString>::iterator it_str;
- for (it_str = m_aTOCSource[i].begin(); it_str != m_aTOCSource[i].end(); ++it)
+ for (it_str = m_aTOCSource[i].begin(); it_str != m_aTOCSource[i].end(); ++it_str)
{
pAttrList->Clear();
pAttrList->AddAttribute( A2OUSTR("text:style-name"), *it_str);