summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 17:52:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 17:52:35 +0200
commit5ffd2c1595d1f67f5e4b14e48188a1f37f1956b5 (patch)
tree40930b0a0b35b1a67cffdbaefefd30fc38fad5cf /filter
parentca6c108caaeca5c8176164fcad70ae7a77865892 (diff)
Presumably missing break in switch
Was like that at least since d2000efb31f864e912c6cf52760eea0e602b6893 "#i106421#: move msfilter to filter", but as clarified on IRC: <vmiklos> sberg: doesn't look intended, i think ESCHER_Prop_lineDashing and ESCHER_Prop_fNoLineDrawDash are supposed to be mutually exclusive. Change-Id: I5ea92e6bdc9800c4511ca041c0572d1f9ffca49c
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index d67557686a80..fe04bc9bb0d8 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -1062,6 +1062,8 @@ void EscherPropertyContainer::CreateLineProperties(
AddOpt( ESCHER_Prop_lineDashing, eDash );
}
}
+ break;
+
case css::drawing::LineStyle_SOLID :
default:
{