Commit 899ea902 authored by Oleg Korshul's avatar Oleg Korshul

default table styles (mobile)

parent 899c166f
......@@ -2512,7 +2512,10 @@ background-repeat: no-repeat;\
return;
this.WordControl.m_oDrawingDocument.StartTableStylesCheck();
this.WordControl.m_oDrawingDocument.TableStylesSheckLook = new CTableLook();
this.WordControl.m_oDrawingDocument.TableStylesSheckLook = new Asc.CTablePropLook();
this.WordControl.m_oDrawingDocument.TableStylesSheckLook.FirstCol = true;
this.WordControl.m_oDrawingDocument.TableStylesSheckLook.FirstRow = true;
this.WordControl.m_oDrawingDocument.TableStylesSheckLook.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