summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/rtf/rtffly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/rtf/rtffly.cxx b/sw/source/filter/rtf/rtffly.cxx
index 6d40010c39c9..b4c6573f5cea 100644
--- a/sw/source/filter/rtf/rtffly.cxx
+++ b/sw/source/filter/rtf/rtffly.cxx
@@ -1093,7 +1093,7 @@ void SwRTFParser::ReadFly( int nToken, SfxItemSet* pSet )
aFlyArr.DeleteAndDestroy( --nFlyArrCnt );
// Remove the properties that have been parsed before in the paragraph
- GetAttrStack().Pop();
+ GetAttrStack().pop_back();
}
else
{