Kaydet (Commit) aa084cc1 authored tarafından Caolán McNamara's avatar Caolán McNamara

move these non-layout enums to vclenum

Change-Id: Ie6dad53d1b8511b03c953d49b7a9f5d6f66ed56a
Reviewed-on: https://gerrit.libreoffice.org/40850Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 0342c5e8
......@@ -610,24 +610,6 @@ public:
bool set_property(const OString &rKey, const OUString &rValue);
};
enum class VclButtonsType
{
NONE,
Ok,
Close,
Cancel,
YesNo,
OkCancel
};
enum class VclMessageType
{
Info,
Warning,
Question,
Error
};
class VCL_DLLPUBLIC MessageDialog : public Dialog
{
private:
......
......@@ -237,6 +237,25 @@ enum VclResponseType
RET_HELP = 10
};
enum class VclButtonsType
{
NONE,
Ok,
Close,
Cancel,
YesNo,
OkCancel
};
enum class VclMessageType
{
Info,
Warning,
Question,
Error
};
#endif // INCLUDED_VCL_VCLENUM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment