svtools/source/control/ctrlbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 33d8a094e1f8483abe2bfcfa118997beab034be5 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sat Aug 29 00:12:53 2015 +0200 tdf#93733: Assertion failed when clear font size field in paragraph style Change-Id: Ia7748eae16c35a1d197b9f4aa5f391f496e7f2f2 Reviewed-on: https://gerrit.libreoffice.org/18122 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index c315ff7..fe3a390 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -1595,7 +1595,7 @@ void FontSizeBox::Modify() pStr++; } } - else + else if (!aStr.isEmpty()) { if ( -1 != aStr.indexOf('%') ) {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits