diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 15:42:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 17:00:21 +0100 |
commit | ca68971f0af83f1db52e8e06981d30a509926541 (patch) | |
tree | bd78cd6112e9d52902243707286c3d1595ff7bc7 /include/vcl | |
parent | f1de58a6a63ae6d492ae5feb479d322f5b5b95f8 (diff) |
ModalDialogs no longer loaded from resource files
Change-Id: I2d208c7cc5ff9bf26bff5ab2aa40e0bf57373342
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/dialog.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 2b653f855d88..3e191da5d373 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -161,7 +161,6 @@ class VCL_DLLPUBLIC ModalDialog : public Dialog public: explicit ModalDialog( Window* pParent, WinBits nStyle = WB_STDMODAL ); explicit ModalDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription ); - explicit ModalDialog( Window* pParent, const ResId& rResId ); protected: using Window::Show; |