summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-08 01:40:25 +0100
committerAndras Timar <andras.timar@collabora.com>2015-04-04 10:49:21 +0200
commit9384a19efd99f80a6d0cec52a3c9b38017ea0949 (patch)
treeba96bd7b783e6528eae6f93a394aa96f7595eed7
parent7f94fccbdfc7bedda73e6db7f7be680b25938836 (diff)
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@mamane.lu> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--xmloff/source/style/undlihdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/undlihdl.cxx b/xmloff/source/style/undlihdl.cxx
index a2d8da6aed43..574efcd17bd1 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 )