diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-18 11:38:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-18 11:39:29 +0000 |
commit | dfa979ffe51b32297f45faa037584074173682e5 (patch) | |
tree | 53a84bbaddd140210e97e9dc6509fb30f622065a /lotuswordpro | |
parent | 8a664fd83f70282d000aaedc626f1fa09a99161e (diff) |
crashtesting: this can happen with a broken document
Change-Id: I001f68a2033c7c4f631b17cda6653d845c8d1e40
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwptablelayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx index 4efa6a824db4..385baa632c4f 100644 --- a/lotuswordpro/source/filter/lwptablelayout.cxx +++ b/lotuswordpro/source/filter/lwptablelayout.cxx @@ -698,7 +698,7 @@ void LwpTableLayout::RegisterStyle() LwpTable * pTable = GetTable(); if (pTable == nullptr) { - assert(false); + SAL_WARN("lwp", "missing table, early return"); return; } |