From bddd6d823df677308e25f93b50153012b2005ef5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 25 Aug 2014 15:45:01 +0100 Subject: WarningBox are no longer loaded from resource files Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30 --- include/vcl/msgbox.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl/msgbox.hxx') 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(); -- cgit