diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-09-15 14:07:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-09-15 14:07:54 +0200 |
commit | 64787ead29124860841e892b66319979e13ee61e (patch) | |
tree | 1f6850bb5d0face4b4c002f72b9e9634c3b17981 | |
parent | f2504a0a9ff348784b1533ff3798c1e762c6201c (diff) |
Remove unused variable
Should we use vector for m_pListLevels and use iterator then?
Where does the "10" come from?
Change-Id: I2c0d569db48226149645f039ca11633ae2b6c7a2
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfliststyle.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfliststyle.cxx b/lotuswordpro/source/filter/xfilter/xfliststyle.cxx index 24bc2b782b2b..daee185ada72 100644 --- a/lotuswordpro/source/filter/xfilter/xfliststyle.cxx +++ b/lotuswordpro/source/filter/xfilter/xfliststyle.cxx @@ -317,7 +317,6 @@ void XFListStyle::SetListNumber(sal_Int32 level, XFNumFmt& fmt, sal_Int16 sta void XFListStyle::ToXml(IXFStream *pStrm) { - std::vector<XFListLevel*>::iterator it; IXFAttrList *pAttrList = pStrm->GetAttrList(); pAttrList->Clear(); |