Commit e0af3faf authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix ansi symbol

parent d9c89bd6
......@@ -2380,10 +2380,10 @@ background-repeat: no-repeat;\
this.WordControl.m_oDrawingDocument.StartTableStylesCheck();
this.WordControl.m_oDrawingDocument.TableStylesСheckLook = new Asc.CTablePropLook();
this.WordControl.m_oDrawingDocument.TableStylesСheckLook.FirstCol = true;
this.WordControl.m_oDrawingDocument.TableStylesСheckLook.FirstRow = true;
this.WordControl.m_oDrawingDocument.TableStylesСheckLook.BandHor = true;
this.WordControl.m_oDrawingDocument.TableStylesCheckLook = new Asc.CTablePropLook();
this.WordControl.m_oDrawingDocument.TableStylesCheckLook.FirstCol = true;
this.WordControl.m_oDrawingDocument.TableStylesCheckLook.FirstRow = true;
this.WordControl.m_oDrawingDocument.TableStylesCheckLook.BandHor = true;
this.WordControl.m_oDrawingDocument.EndTableStylesCheck();
};
......
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