Commit 9d1f83b1 authored by Alexey.Musinov's avatar Alexey.Musinov

Merge branch 'develop' of https://github.com/ONLYOFFICE/core into develop

* 'develop' of https://github.com/ONLYOFFICE/core:
  miss dashDotDot in xlsx border style
parents 6653e8ef fd121841
......@@ -670,6 +670,7 @@ namespace SimpleTypes
switch(this->m_eValue)
{
case borderstyleDashDot : return _T("dashDot");break;
case borderstyleDashDotDot : return _T("dashDotDot");break;
case borderstyleDashed : return _T("dashed");break;
case borderstyleDotted : return _T("dotted");break;
case borderstyleDouble : return _T("double");break;
......
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