Commit 6a7618f0 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

Fixed issue #31947

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68893 954022d7-b5bf-4e40-9824-e11837661b57
parent 59f2399f
......@@ -959,9 +959,9 @@ cArea3D.prototype.cross = function ( arg, wsID ) {
if ( this.wsFrom !== this.wsTo ) {
return new cError( cErrorType.wrong_value_type );
}
if ( this.wsFrom !== wsID ) {
/*if ( this.wsFrom !== wsID ) {
return new cError( cErrorType.wrong_value_type );
}
}*/
var r = this.getRange();
if ( !r ) {
return new cError( cErrorType.wrong_name );
......
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