diff --git a/readme.md b/readme.md index 1f7f599..509f2ed 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,8 @@ Excel version available - [Details here](xlsTo.md) 1. Single File Conversion 1. Multiple / Directory File Conversion 1. Delete after conversion - 1. Fire Webhook one each conversion. + 1. Fire Webhook on each conversion. + ## Bugs and Features diff --git a/src/MainUtils.pas b/src/MainUtils.pas index 7adbd7a..d6db5f8 100644 --- a/src/MainUtils.pas +++ b/src/MainUtils.pas @@ -24,7 +24,7 @@ interface ERRORS = 1; SILENT = 0; - DOCTO_VERSION = '0.8.13'; + DOCTO_VERSION = '0.8.15'; type diff --git a/src/WordUtils.pas b/src/WordUtils.pas index 759a679..93eca9b 100644 --- a/src/WordUtils.pas +++ b/src/WordUtils.pas @@ -33,9 +33,11 @@ interface const -wdDoNotSaveChanges = 0; // Do not save pending changes. -wdSaveChanges = -1;// Save pending changes automatically without prompting the user. -wdPromptToSaveChanges = -2; //Prompt the user to save pending changes. + +wdDoNotSaveChanges = 0; // Do not save pending changes. +wdSaveChanges = -1; // Save pending changes automatically without prompting the user. +wdPromptToSaveChanges = -2; // Prompt the user to save pending changes. + diff --git a/src/XlsTo.res b/src/XlsTo.res index 8b8b24e..b8cfb71 100644 Binary files a/src/XlsTo.res and b/src/XlsTo.res differ