summaryrefslogtreecommitdiff
path: root/toolkit/inc/helper/msgbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/helper/msgbox.hxx')
-rw-r--r--toolkit/inc/helper/msgbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/helper/msgbox.hxx b/toolkit/inc/helper/msgbox.hxx
index cef129cf4517..9259719ce3a2 100644
--- a/toolkit/inc/helper/msgbox.hxx
+++ b/toolkit/inc/helper/msgbox.hxx
@@ -62,7 +62,7 @@ protected:
public:
MessBox(vcl::Window* pParent, MessBoxStyle nMessBoxStyle, WinBits n, const OUString& rTitle,
- const OUString& rMessage);
+ OUString rMessage);
virtual ~MessBox() override;
virtual void dispose() override;