Kaydet (Commit) 07350085 authored tarafından Michael Stahl's avatar Michael Stahl

fix std::deque::deque(size_t) in previous commit

üst e193ad83
...@@ -2594,7 +2594,7 @@ void SwHTMLParser::_SetAttr( sal_Bool bChkEnd, sal_Bool bBeforeTable, ...@@ -2594,7 +2594,7 @@ void SwHTMLParser::_SetAttr( sal_Bool bChkEnd, sal_Bool bBeforeTable,
SwCntntNode* pCNd; SwCntntNode* pCNd;
sal_uInt16 n; sal_uInt16 n;
_HTMLAttrs aFields( 5 ); _HTMLAttrs aFields;
for( n = aSetAttrTab.size(); n; ) for( n = aSetAttrTab.size(); n; )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment