summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-12-12 11:23:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-12-14 14:08:50 +0000
commit473006f247098c94f28b346621eb11859b1cc1fd (patch)
tree6a9896fc317676a48cfe123f4dca3dd539deae31 /oox
parent542a61e0500607f3e67edd18f888ce3ec546ff1e (diff)
crashtesting: relax assert seen on loading forum-mso-en4-151836.xlsx
Change-Id: Ib21ab9747219589bb5b1ce13eb0feacbff89efb9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143987 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 5ebce5bb1b741c50926407d7ee036827f0ad8aa6) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144126
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/fillproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx
index 329d5d3bb4b1..c68568096fd8 100644
--- a/oox/source/drawingml/fillproperties.cxx
+++ b/oox/source/drawingml/fillproperties.cxx
@@ -616,7 +616,7 @@ void FillProperties::pushToPropMap( ShapePropertyMap& rPropMap,
}
++aIt;
}
- assert( nWidestWidth > 0 );
+ assert( nWidestWidth >= 0 );
double nBorder = 0;
bool bSwap(false);