diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-25 14:21:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-25 16:45:28 +0100 |
commit | fd345ccfafcc0deb3c2840f03f4cea839886f23c (patch) | |
tree | dce79ad4c012fda9ba9dc0cdeace91a20046ec88 /include/vcl/msgbox.hxx | |
parent | 6cf795539604a96d712ecbef579863c699419641 (diff) |
queryboxes cannot be loaded from resource files anymore
Change-Id: I2ee03b2f8f34d9ecf8a762e7845410fd9a31590f
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 2684a25b5502..0bc49e812115 100644 --- a/include/vcl/msgbox.hxx +++ b/include/vcl/msgbox.hxx @@ -118,7 +118,6 @@ private: public: QueryBox( Window* pParent, WinBits nStyle, const OUString& rMessage ); - QueryBox( Window* pParent, const ResId& rResId ); void SetDefaultCheckBoxText(); |