diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-19 09:04:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-19 14:45:19 +0100 |
commit | 8ed356fb69e024218538c4818ea6ad46799b2c68 (patch) | |
tree | 0eee31d0ff5ce77b43c030b7c31079eae5a1ccba /include | |
parent | 60f1490af9b29ac2df8e9e9411e9d41b472f9113 (diff) |
reserve negative responses for internal responses
Change-Id: Iecf7d25340ff751c2984e27fdd303d2162472344
Reviewed-on: https://gerrit.libreoffice.org/49971
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/fileview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx index 8e1d14df36fc..617dd1853612 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -206,7 +206,7 @@ namespace svtools { enum QueryDeleteResult_Impl { QUERYDELETE_YES = RET_YES, - QUERYDELETE_ALL = -1 + QUERYDELETE_ALL = 101 }; class SVT_DLLPUBLIC QueryDeleteDlg_Impl : public MessageDialog |