summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/NumberingManager.hxx
diff options
context:
space:
mode:
authorVinaya Mandke <vinaya.mandke@synerzip.com>2014-06-25 12:53:07 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-06-30 14:56:08 +0000
commitb00a59287e0b1dcc0a46dd18e5e884282eb859f3 (patch)
tree44ecce3c95ac4eb582742945f12bcaa37c48ec61 /writerfilter/source/dmapper/NumberingManager.hxx
parent8a0df1b7e50ee4e39be0242ca245627b4eedd7e5 (diff)
fdo#80514 LO crashes on opening; tries to remove a para with NumPicBullet
LO crashes while opening the issue file as, an extra Num Pic Bullets is attached to the dummy para. All NumPicBullets were disposed in dtor of ListsManager. LO tries to remove dummy para after the section, while the pic bullet is still attached to it. This causes Lo to crash while removing the paragraph. Added a 'ListsManager::DisposeNumPicBullets( )' to remove the extra bullets from the document Added the issue file in sw/qa/core/data/ooxml/pass/ Change-Id: I578f48364dcb4ff939fa3800e90db88a99d5ca1a Reviewed-on: https://gerrit.libreoffice.org/9897 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'writerfilter/source/dmapper/NumberingManager.hxx')
-rw-r--r--writerfilter/source/dmapper/NumberingManager.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx b/writerfilter/source/dmapper/NumberingManager.hxx
index 3845d408b348..3eff4413be44 100644
--- a/writerfilter/source/dmapper/NumberingManager.hxx
+++ b/writerfilter/source/dmapper/NumberingManager.hxx
@@ -263,6 +263,9 @@ public:
// Mapping methods
void CreateNumberingRules( );
+
+ // Dispose the NumPicBullets
+ void DisposeNumPicBullets( );
};
} }