Kaydet (Commit) 9efe123e authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: SvxRTFItemStack has been changed to std::deque in the meantime

üst 9ab0b38e
...@@ -1093,7 +1093,7 @@ void SwRTFParser::ReadFly( int nToken, SfxItemSet* pSet ) ...@@ -1093,7 +1093,7 @@ void SwRTFParser::ReadFly( int nToken, SfxItemSet* pSet )
aFlyArr.DeleteAndDestroy( --nFlyArrCnt ); aFlyArr.DeleteAndDestroy( --nFlyArrCnt );
// Remove the properties that have been parsed before in the paragraph // Remove the properties that have been parsed before in the paragraph
GetAttrStack().Pop(); GetAttrStack().pop_back();
} }
else else
{ {
......
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