summaryrefslogtreecommitdiff
path: root/include/vcl/dialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/dialog.hxx')
-rw-r--r--include/vcl/dialog.hxx1
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;