From 3f0f70d7811431d3e61a87d279349f89dd6a48ef Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 8 Mar 2015 01:40:25 +0100 Subject: tdf#50133: Wrong underlining in Reports Change-Id: Ia1d37d150c2186f014733cd87179445722b54346 (cherry picked from commit 27bc6714df6638c6fd9d2ee5c26870ae5eb2f63e) Reviewed-on: https://gerrit.libreoffice.org/14791 Reviewed-by: Lionel Elie Mamane Tested-by: Lionel Elie Mamane --- xmloff/source/style/undlihdl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmloff/source/style/undlihdl.cxx b/xmloff/source/style/undlihdl.cxx index 7881497f9cc3..268d04239049 100644 --- a/xmloff/source/style/undlihdl.cxx +++ b/xmloff/source/style/undlihdl.cxx @@ -210,7 +210,7 @@ bool XMLUnderlineStylePropHdl::importXML( const OUString& rStrImpValue, uno::Any case awt::FontUnderline::SINGLE: // keep double or bold line style eNewUnderline = eUnderline; - //fall-through + break; case awt::FontUnderline::DOTTED: // The line style has priority over a double type. if( awt::FontUnderline::BOLD == eUnderline ) -- cgit v1.2.3