[Libreoffice-commits] .: sw/source

Miklos Vajna vmiklos at kemper.freedesktop.org
Wed Feb 15 06:38:18 PST 2012


 sw/source/filter/rtf/rtffly.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4c8307053e3003af6cef5056e36a650f19c8cdb3
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Mon Jun 27 14:46:16 2011 +0000

    n#695479: Remove properties when removing empty fly frame

diff --git a/sw/source/filter/rtf/rtffly.cxx b/sw/source/filter/rtf/rtffly.cxx
index 92a7ca9..6d40010 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
     {


More information about the Libreoffice-commits mailing list