diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-25 15:45:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-25 16:45:31 +0100 |
commit | bddd6d823df677308e25f93b50153012b2005ef5 (patch) | |
tree | f0a79617bedb7a6f4d1cd9a47d5ce66e52b3ebe5 /include/vcl/msgbox.hxx | |
parent | 0696e590455145e3a57b9925b76a7a8ff5f6043e (diff) |
WarningBox are no longer loaded from resource files
Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30
Diffstat (limited to 'include/vcl/msgbox.hxx')
-rw-r--r-- | include/vcl/msgbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx index 0bc49e812115..38cc4ba5a32f 100644 --- a/include/vcl/msgbox.hxx +++ b/include/vcl/msgbox.hxx @@ -91,7 +91,6 @@ private: public: WarningBox( Window* pParent, WinBits nStyle, const OUString& rMessage ); - WarningBox( Window* pParent, const ResId& rResId ); void SetDefaultCheckBoxText(); |