update 20241127

This commit is contained in:
Stefan Hutter
2024-11-27 15:53:34 +01:00
parent 341ea50f06
commit 2a652c7325
11218 changed files with 1987907 additions and 362275 deletions

View File

@@ -304,7 +304,7 @@ namespace OnDoc.UIControls.Administrator
case "DOT":
case "WORD":
case "DOTM":
SyncFWord sfword = new SyncFWord();
SyncFWord sfword = new SyncFWord("", "");
if (sfword.FindText(base64, this.toolStripTextBox1.Text) == true) { MessageBox.Show(dr[1].ToString()); }
break;
case "XLSM":