summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-03-21 16:05:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-03-22 00:28:22 +0100
commitbcb1392505ee3a19d8062402ff66888f1631b264 (patch)
tree6f00efc03f5975a860b825d3af97443364d5730e /include
parenta084d003a927440fb56b11a0b7175360a1af41ab (diff)
move MessBoxStyle to last consumer
Change-Id: I1edbf247999cd59cee4d268ed686e8ed9b61d99f Reviewed-on: https://gerrit.libreoffice.org/51712 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/vcl/msgbox.hxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx
index 57d34a41afd1..ccdcf3aec7ff 100644
--- a/include/vcl/msgbox.hxx
+++ b/include/vcl/msgbox.hxx
@@ -21,34 +21,6 @@
#define INCLUDED_VCL_MSGBOX_HXX
#include <vcl/dllapi.h>
-#include <vcl/btndlg.hxx>
-#include <vcl/image.hxx>
-#include <vcl/bitmap.hxx>
-#include <o3tl/typed_flags_set.hxx>
-
-class VclMultiLineEdit;
-class FixedImage;
-class CheckBox;
-
-// Window-Bits for MessageBoxen
-enum class MessBoxStyle {
- NONE = 0x0000,
- Ok = 0x0001,
- OkCancel = 0x0002,
- YesNo = 0x0004,
- YesNoCancel = 0x0008,
- RetryCancel = 0x0010,
- DefaultOk = 0x0020,
- DefaultCancel = 0x0040,
- DefaultRetry = 0x0080,
- DefaultYes = 0x0100,
- DefaultNo = 0x0200,
- AbortRetryIgnore = 0x1000,
- DefaultIgnore = 0x2000,
-};
-namespace o3tl {
- template<> struct typed_flags<MessBoxStyle> : is_typed_flags<MessBoxStyle, 0x3fff> {};
-}
VCL_DLLPUBLIC Image const & GetStandardInfoBoxImage();
VCL_DLLPUBLIC OUString GetStandardInfoBoxText();