Remove test data
This commit is contained in:
parent
00848880c0
commit
be6a97cf5f
|
@ -569,8 +569,7 @@ define([
|
||||||
idx = 7;
|
idx = 7;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// if ('{{DEFAULT_LANG}}' === 'ru') {
|
if ('{{DEFAULT_LANG}}' === 'ru') {
|
||||||
if ('ru' === 'ru') {
|
|
||||||
if (this._state.bullets.subtype>7 && this._state.bullets.subtype<=11) {
|
if (this._state.bullets.subtype>7 && this._state.bullets.subtype<=11) {
|
||||||
idx = this._state.bullets.subtype;
|
idx = this._state.bullets.subtype;
|
||||||
}
|
}
|
||||||
|
@ -1373,7 +1372,7 @@ define([
|
||||||
arr.push(item.get('id'));
|
arr.push(item.get('id'));
|
||||||
});
|
});
|
||||||
if (this.api) {
|
if (this.api) {
|
||||||
// this.api.SetDrawImagePreviewBulletForMenu(arr, type);
|
this.api.SetDrawImagePreviewBulletForMenu(arr, type);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -210,8 +210,7 @@ define([
|
||||||
{ displayValue: 'i, ii, iii,...', value: Asc.c_oAscNumberingFormat.LowerRoman },
|
{ displayValue: 'i, ii, iii,...', value: Asc.c_oAscNumberingFormat.LowerRoman },
|
||||||
{ displayValue: 'I, II, III,...', value: Asc.c_oAscNumberingFormat.UpperRoman }
|
{ displayValue: 'I, II, III,...', value: Asc.c_oAscNumberingFormat.UpperRoman }
|
||||||
];
|
];
|
||||||
// if ('{{DEFAULT_LANG}}' === 'ru') {
|
if ('{{DEFAULT_LANG}}' === 'ru') {
|
||||||
if ('ru' === 'ru') {
|
|
||||||
items = items.concat([
|
items = items.concat([
|
||||||
{ displayValue: 'а, б, в,...', value: Asc.c_oAscNumberingFormat.RussianLower },
|
{ displayValue: 'а, б, в,...', value: Asc.c_oAscNumberingFormat.RussianLower },
|
||||||
{ displayValue: 'А, Б, В,...', value: Asc.c_oAscNumberingFormat.RussianUpper }
|
{ displayValue: 'А, Б, В,...', value: Asc.c_oAscNumberingFormat.RussianUpper }
|
||||||
|
|
|
@ -2255,8 +2255,7 @@ define([
|
||||||
{id: 'id-numbers-' + Common.UI.getId(), data: {type: 1, subtype: 3}, skipRenderOnChange: true, tip: this.tipNumRoman},
|
{id: 'id-numbers-' + Common.UI.getId(), data: {type: 1, subtype: 3}, skipRenderOnChange: true, tip: this.tipNumRoman},
|
||||||
{id: 'id-numbers-' + Common.UI.getId(), data: {type: 1, subtype: 7}, skipRenderOnChange: true, tip: this.tipNumRomanSmall}
|
{id: 'id-numbers-' + Common.UI.getId(), data: {type: 1, subtype: 7}, skipRenderOnChange: true, tip: this.tipNumRomanSmall}
|
||||||
];
|
];
|
||||||
// if ('{{DEFAULT_LANG}}' === 'ru') {
|
if ('{{DEFAULT_LANG}}' === 'ru') {
|
||||||
if ('ru' === 'ru') {
|
|
||||||
items = items.concat([
|
items = items.concat([
|
||||||
{id: 'id-numbers-' + Common.UI.getId(), data: {type: 1, subtype: 8}, skipRenderOnChange: true, tip: this.tipRusUpperPoints},
|
{id: 'id-numbers-' + Common.UI.getId(), data: {type: 1, subtype: 8}, skipRenderOnChange: true, tip: this.tipRusUpperPoints},
|
||||||
{id: 'id-numbers-' + Common.UI.getId(), data: {type: 1, subtype: 9}, skipRenderOnChange: true, tip: this.tipRusUpperParentheses},
|
{id: 'id-numbers-' + Common.UI.getId(), data: {type: 1, subtype: 9}, skipRenderOnChange: true, tip: this.tipRusUpperParentheses},
|
||||||
|
|
Loading…
Reference in a new issue