From 4c8307053e3003af6cef5056e36a650f19c8cdb3 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Mon, 27 Jun 2011 14:46:16 +0000 Subject: n#695479: Remove properties when removing empty fly frame --- sw/source/filter/rtf/rtffly.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw') diff --git a/sw/source/filter/rtf/rtffly.cxx b/sw/source/filter/rtf/rtffly.cxx index 92a7ca9c3dba..6d40010c39c9 100644 --- a/sw/source/filter/rtf/rtffly.cxx +++ b/sw/source/filter/rtf/rtffly.cxx @@ -1092,6 +1092,8 @@ void SwRTFParser::ReadFly( int nToken, SfxItemSet* pSet ) // dann zerstoere den FlySave wieder. aFlyArr.DeleteAndDestroy( --nFlyArrCnt ); + // Remove the properties that have been parsed before in the paragraph + GetAttrStack().Pop(); } else { -- cgit