From 402fffa1b42e8b54704bab5442590d192dea67ca Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 18 Mar 2014 23:28:42 -0400 Subject: Add dash-dot and dash-dot-dot line styles. We need these for Excel interop. Change-Id: I91450c1d205f28636edfb4392aa6ae5091b1d7b7 --- include/xmloff/xmltoken.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xmloff/xmltoken.hxx') diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 6e3ae7f94ef2..8935eb41227c 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -532,6 +532,8 @@ namespace xmloff { namespace token { XML_CYLINDER, XML_D, XML_DASH, + XML_DASH_DOT, + XML_DASH_DOT_DOT, XML_DASHED, XML_DATA, XML_DATA_BAR, -- cgit