Rename the spreadsheet app

This commit is contained in:
yflory
2019-01-25 17:13:55 +01:00
parent 3d1d79e379
commit e93c9c3faa
6 changed files with 10 additions and 10 deletions

View File

@@ -154,7 +154,7 @@ define([
file.title = title + '.docx' || 'document.docx';
file.doc = 'text';
break;
case 'oocell':
case 'sheet':
file.type = 'xlsx';
file.title = title + '.xlsx' || 'spreadsheet.xlsx';
file.doc = 'spreadsheet';
@@ -701,7 +701,7 @@ define([
}
var newText;
switch (type) {
case 'oocell' :
case 'sheet' :
newText = EmptyCell();
break;
case 'oodoc':