diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-08 01:40:25 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2015-03-08 02:45:07 +0000 |
commit | 27bc6714df6638c6fd9d2ee5c26870ae5eb2f63e (patch) | |
tree | 1cfcdb418a890b98c2c9001e2dae7b35566d10c9 | |
parent | d22c2f2faa34a63f7cbc8c42e0f9d68e8609f121 (diff) |
tdf#50133: Wrong underlining in Reports
Change-Id: Ia1d37d150c2186f014733cd87179445722b54346
Reviewed-on: https://gerrit.libreoffice.org/14789
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
-rw-r--r-- | xmloff/source/style/undlihdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |