summaryrefslogtreecommitdiff
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-12 16:18:45 +0000
commit5ebce5bb1b741c50926407d7ee036827f0ad8aa6 (patch)
tree5ffb3ed5144caa72e343aad6bfa8c0c2ff39292b
parent2958e1686452764e58e8e7257eccb4b633094b4b (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>
-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);