Commit efe1b8fc authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix QuoteText to document comments

parent 8ddb8401
...@@ -243,7 +243,7 @@ asc_CCommentData.prototype = { ...@@ -243,7 +243,7 @@ asc_CCommentData.prototype = {
asc_putQuoteText: function(val) {}, asc_putQuoteText: function(val) {},
asc_getQuoteText: function() { asc_getQuoteText: function() {
return AscCommon.g_oCellAddressUtils.getCellId(this.nRow, this.nCol); return this.bDocument ? null : AscCommon.g_oCellAddressUtils.getCellId(this.nRow, this.nCol);
}, },
asc_putRow: function(val) { this.nRow = val; }, asc_putRow: function(val) { this.nRow = val; },
......
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