diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-08 11:17:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-08 15:16:41 +0200 |
commit | 50761e3c3da45772473f3329d5a7519b34fb1106 (patch) | |
tree | 0e780003a9f5ef34bfdc1bd6de92ed23edcfb7f4 /include/vcl | |
parent | 0603b571230db1a1c6ff9f75f990675883e16717 (diff) |
tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBox
Change-Id: I76e86bf4d82b33771ea2900517712be57ae7f03d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102232
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/vclenum.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx index 59f0cb3c9f39..3e8fb266610b 100644 --- a/include/vcl/vclenum.hxx +++ b/include/vcl/vclenum.hxx @@ -258,7 +258,8 @@ enum class VclMessageType Info, Warning, Question, - Error + Error, + Other }; enum class VclSizeGroupMode |