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 /vcl | |
parent | 0696e590455145e3a57b9925b76a7a8ff5f6043e (diff) |
WarningBox are no longer loaded from resource files
Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/msgbox.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/window/msgbox.cxx b/vcl/source/window/msgbox.cxx index d414ab04b67d..639c5fa410d6 100644 --- a/vcl/source/window/msgbox.cxx +++ b/vcl/source/window/msgbox.cxx @@ -448,12 +448,6 @@ WarningBox::WarningBox( Window* pParent, WinBits nStyle, ImplInitWarningBoxData(); } -WarningBox::WarningBox( Window* pParent, const ResId& rResId ) : - MessBox( pParent, rResId.SetRT( RSC_WARNINGBOX ) ) -{ - ImplInitWarningBoxData(); -} - void WarningBox::SetDefaultCheckBoxText() { ResMgr* pResMgr = ImplGetResMgr(); |