diff options
Diffstat (limited to 'toolkit/inc/helper/msgbox.hxx')
-rw-r--r-- | toolkit/inc/helper/msgbox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/inc/helper/msgbox.hxx b/toolkit/inc/helper/msgbox.hxx index 9259719ce3a2..7c2b26ee1e89 100644 --- a/toolkit/inc/helper/msgbox.hxx +++ b/toolkit/inc/helper/msgbox.hxx @@ -53,10 +53,9 @@ class MessBox : public ButtonDialog Image maImage; bool mbHelpBtn; MessBoxStyle mnMessBoxStyle; - -protected: OUString maMessText; +protected: void ImplInitButtons(); void ImplPosControls(); |