diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-06-27 14:46:16 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-02-15 15:37:41 +0100 |
commit | 4c8307053e3003af6cef5056e36a650f19c8cdb3 (patch) | |
tree | 0ec4a62317e4af55d4d087e768c591048507ee49 /sw | |
parent | 60323f6bcf75cb80b203ae50f328ca78d035851b (diff) |
n#695479: Remove properties when removing empty fly frame
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/rtf/rtffly.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |