From 0995da6020b006b6c270d538179ec3154f918939 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 17 Apr 2014 09:08:52 +0100 Subject: coverity#736153 Dereference null return value Change-Id: I226626858fa517af589db7288391daa775de38a5 --- sw/source/core/docnode/ndtbl1.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw') diff --git a/sw/source/core/docnode/ndtbl1.cxx b/sw/source/core/docnode/ndtbl1.cxx index 2fa8089b6a50..a28133029c6d 100644 --- a/sw/source/core/docnode/ndtbl1.cxx +++ b/sw/source/core/docnode/ndtbl1.cxx @@ -1373,6 +1373,8 @@ static void lcl_CalcColValues( std::vector &rToFill, const SwTabCols sal_Bool bRTL = pTab->IsRightToLeft(); const SwLayoutFrm *pCell = pTab->FirstCell(); + if (!pCell) + continue; do { if ( pCell->IsCellFrm() && pCell->FindTabFrm() == pTab && ::IsFrmInTblSel( rUnion, pCell ) ) -- cgit -2'>distro/allotropia/zeta-24-2 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-12-10 21:56:09 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-12-10 22:47:31 +0100
commitef59b48c9927301075cff0e2729b5d0a7ea214ed (patch)
tree4658f12debf3fcf21d42027bc524056ba99b8f4b
parent315ce3da5f7a87ae67a77001152867dac0f8d524 (diff)
update translations for 5.3.0 beta2
and force-fix errors using pocheck Change-Id: I50100798b84da2969535c4f558dd60463b30108e