sw/source/core/text/itrcrsr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 509f1f456d6a7d3ec3aca6620a8a3c1302045c6b Author: Julien Nabet <serval2...@yahoo.fr> Date: Sun Nov 17 17:48:31 2013 +0100 Resolves: fdo#67263 CRASH when deleting applied bulleted paragraph style Change-Id: I70dc18363480e6c07577a93279ddd083631f6cc3 Reviewed-on: https://gerrit.libreoffice.org/6702 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> (cherry picked from commit 899c5ea9dc3c34892edfde642510514779132910) Reviewed-on: https://gerrit.libreoffice.org/6755 Reviewed-by: Michael Stahl <mst...@redhat.com> Tested-by: Michael Stahl <mst...@redhat.com> diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx index 3befea2..3891390 100644 --- a/sw/source/core/text/itrcrsr.cxx +++ b/sw/source/core/text/itrcrsr.cxx @@ -139,7 +139,7 @@ namespace { { bool bRet( false ); - if ( rTxtNode.AreListLevelIndentsApplicable() ) + if ( rTxtNode.GetNumRule() && rTxtNode.AreListLevelIndentsApplicable() ) { const SwNumFmt& rNumFmt = rTxtNode.GetNumRule()->Get( static_cast<sal_uInt16>(rTxtNode.GetActualListLevel()) );
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits