Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #61

Merged
merged 8 commits into from
May 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/MainUtils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface
ERRORS = 1;
SILENT = 0;

DOCTO_VERSION = '0.8.13';
DOCTO_VERSION = '0.8.15';

type

Expand Down
8 changes: 5 additions & 3 deletions src/WordUtils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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.




Expand Down
Binary file modified src/XlsTo.res
Binary file not shown.