Kaydet (Commit) 226f3971 authored tarafından Mark Hung's avatar Mark Hung

drawinglayer: fix bold dash dash dot overline in Impress.

Change-Id: Ie3fa48a6ff5cf602b1cd661e3e4053a001a4470f
Reviewed-on: https://gerrit.libreoffice.org/62083
Tested-by: Jenkins
Reviewed-by: 's avatarMark Hung <marklh9@gmail.com>
üst 542a9a34
......@@ -70,7 +70,7 @@ namespace drawinglayer
case TEXT_LINE_BOLDDASH: return LINESTYLE_BOLDDASH;
case TEXT_LINE_BOLDLONGDASH: return LINESTYLE_LONGDASH;
case TEXT_LINE_BOLDDASHDOT: return LINESTYLE_BOLDDASHDOT;
case TEXT_LINE_BOLDDASHDOTDOT:return LINESTYLE_BOLDDASHDOT;
case TEXT_LINE_BOLDDASHDOTDOT:return LINESTYLE_BOLDDASHDOTDOT;
case TEXT_LINE_BOLDWAVE: return LINESTYLE_BOLDWAVE;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment