Kaydet (Commit) b17c29d4 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz: handle empty paragraphs case

Change-Id: I4c928f55881c1f9147eec1018381b3d3064c58ee
Reviewed-on: https://gerrit.libreoffice.org/45592Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 3c62ed6b
......@@ -95,6 +95,9 @@ void TextBody::ApplyStyleEmpty(
{
assert(isEmpty());
if (maParagraphs.empty())
return;
// Apply character properties
TextListStyle aCombinedTextStyle;
aCombinedTextStyle.apply( *pMasterTextListStylePtr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment