Commit e56d2c39 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov

Fixed issue #31030 - Создание именованного диапазона без области данных...

Fixed issue #31030 - Создание именованного диапазона без области данных (http://bugzserver/show_bug.cgi?id=31030)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66531 954022d7-b5bf-4e40-9824-e11837661b57
parent 4dbd035e
......@@ -2555,7 +2555,7 @@ Workbook.prototype.editDefinesNames = function ( oldName, newName, bUndo ) {
var newN = newName.Name.toLowerCase(), retRes = null, rename = false, nSE, se;
if ( !rx_defName.test( newN ) ) {
if ( !rx_defName.test( newN ) || newName.Ref.length == 0 ) {
return retRes;
}
......
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