summaryrefslogtreecommitdiff
path: root/include/vcl/msgbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-25 14:21:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-25 16:45:28 +0100
commitfd345ccfafcc0deb3c2840f03f4cea839886f23c (patch)
treedce79ad4c012fda9ba9dc0cdeace91a20046ec88 /include/vcl/msgbox.hxx
parent6cf795539604a96d712ecbef579863c699419641 (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.hxx1
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();