[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - xmloff/source

Julien Nabet serval2412 at yahoo.fr
Fri Mar 13 05:56:48 PDT 2015


 xmloff/source/style/undlihdl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 61f9f97e276da473573fd47826106ec8ac19ab83
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Mar 8 01:40:25 2015 +0100

    tdf#50133: Wrong underlining in Reports
    
    Change-Id: Ia1d37d150c2186f014733cd87179445722b54346
    (cherry picked from commit 27bc6714df6638c6fd9d2ee5c26870ae5eb2f63e)
    Reviewed-on: https://gerrit.libreoffice.org/14792
    Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/xmloff/source/style/undlihdl.cxx b/xmloff/source/style/undlihdl.cxx
index a2d8da6..574efcd 100644
--- a/xmloff/source/style/undlihdl.cxx
+++ b/xmloff/source/style/undlihdl.cxx
@@ -209,7 +209,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 )


More information about the Libreoffice-commits mailing list