Commit ad61473c authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил баг http://bugzserver/show_bug.cgi?id=26506

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58273 954022d7-b5bf-4e40-9824-e11837661b57
parent d7681a01
......@@ -10089,6 +10089,9 @@
};
WorksheetView.prototype.replaceCellText = function (options, lockDraw, callback) {
if (true !== options.isMatchCase)
options.findWhat = options.findWhat.toLowerCase();
// Очищаем результаты
options.countFind = 0;
options.countReplace = 0;
......
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