Resolves: tdf#112017 crash on particular odt

Change-Id: I6ba2e73562a16afecb6abdfe4f1a40b1e316379e
Reviewed-on: https://gerrit.libreoffice.org/41685
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara
2017-08-29 11:43:42 +01:00
parent c82e5db962
commit 79cfd48dae
2 changed files with 2 additions and 1 deletions

View File

@@ -3034,7 +3034,8 @@ void SvxShape::setAllPropertiesToDefault()
mpObj->SetMergedItem(Svx3DCharacterModeItem(true));
}
mpModel->SetChanged();
if (mpModel)
mpModel->SetChanged();
}
void SvxShape::setPropertiesToDefault(

Binary file not shown.