Commit 5843c7e8 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 31099 - Размер кегли изменяется только на 2 значения кнопками...

Bug 31099 - Размер кегли изменяется только на 2 значения кнопками Increment/Descrement font size в XLSX книге

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66863 954022d7-b5bf-4e40-9824-e11837661b57
parent ef9843a1
......@@ -5958,7 +5958,9 @@ Range.prototype._setPropertyNoEmpty=function(actionRow, actionCol, actionCell){
else
{
var oRes = this._foreachRowNoEmpty(actionRow, actionCell);
if(null != oRes && null != actionCol)
if(null != oRes)
return oRes;
if(null != actionCol)
oRes = this._foreachColNoEmpty(actionCol, null);
return oRes;
}
......
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