Kaydet (Commit) ce321f45 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) David Tardon

xls: Defrowheight345 without pColRowBuff

Change-Id: I22be90d7c54b1118f81337bd9e1d97ba3a1fd86e
(cherry picked from commit 4eb26f9c)
Reviewed-on: https://gerrit.libreoffice.org/19109Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst a016ffbf
......@@ -1053,6 +1053,13 @@ void ImportExcel::Defrowheight345()
sal_uInt16 nFlags, nDefHeight;
nFlags = maStrm.ReaduInt16();
nDefHeight = maStrm.ReaduInt16();
if (!pColRowBuff)
{
SAL_WARN("sc", "*ImportExcel::Defrowheight345(): pColRowBuff is NULL!");
return;
}
pColRowBuff->SetDefHeight( nDefHeight, nFlags );
}
......
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