svtools/source/control/ctrlbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 861a9369dd42fe7cd92bcbfe72d96f2f15a9ccb5 Author: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> Signed-off-by: Michael Meeks <[email protected]> diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index 4de70e4..95214b1 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 [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
