summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/layout.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index e5fd00436e13..adecb945b1e5 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -705,6 +705,11 @@ private:
short get_response(const Window *pWindow) const;
public:
+ MessageDialog(Window* pParent,
+ const OUString &rMessage,
+ VclMessageType eMessageType = VCL_MESSAGE_ERROR,
+ VclButtonsType eButtonsType = VCL_BUTTONS_OK,
+ WinBits nStyle = WB_MOVEABLE|WB_3DLOOK|WB_CLOSEABLE);
MessageDialog(Window* pParent, WinBits nStyle);
MessageDialog(Window* pParent, const OString& rID, const OUString& rUIXMLDescription);
virtual bool set_property(const OString &rKey, const OString &rValue);