Commit 18c6f6ba authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы стиль NoSpacing, как и остальные стили был основан на Normal.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66279 954022d7-b5bf-4e40-9824-e11837661b57
parent 762c7e28
...@@ -3963,7 +3963,7 @@ function CStyles(bCreateDefault) ...@@ -3963,7 +3963,7 @@ function CStyles(bCreateDefault)
this.Default.Table = this.Add( Style_Table ); this.Default.Table = this.Add( Style_Table );
// Создаем стиль "Без интервала" // Создаем стиль "Без интервала"
var Style_NoSpacing = new CStyle("No Spacing", null, null, styletype_Paragraph ); var Style_NoSpacing = new CStyle("No Spacing", this.Default.Paragraph, null, styletype_Paragraph );
Style_NoSpacing.Create_NoSpacing(); Style_NoSpacing.Create_NoSpacing();
this.Add( Style_NoSpacing ); this.Add( Style_NoSpacing );
......
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