Commit b7fb3d89 authored by ElenaSubbotina's avatar ElenaSubbotina

DocxFormat - fix v-rotate-letters

parent 9503bb27
......@@ -3640,7 +3640,7 @@ namespace SimpleTypes
case 'v':
{
if ( _T("visibility") == sProperty ) m_eType = cssptVisibility;
else if ( _T("v-rotate-letters ") == sProperty ) m_eType = cssptVRotateLetters;
else if ( _T("v-rotate-letters") == sProperty ) m_eType = cssptVRotateLetters;
else if ( _T("v-same-letter-heights") == sProperty ) m_eType = cssptVSameLetterHeights;
else if ( _T("v-text-align") == sProperty ) m_eType = cssptVTextAlign;
else if ( _T("v-text-anchor") == sProperty ) m_eType = cssptVTextAnchor;
......
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