From 133c295bbe6f746d4c2fd2fe7560206b890cdf1f Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 16 Nov 2014 12:13:19 +0100 Subject: vcl: let the ModalDialog ctor take an OUString Change-Id: I839435338f4acf80c40896b6c86f7ef122f5449d --- svx/source/dialog/stddlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/dialog/stddlg.cxx b/svx/source/dialog/stddlg.cxx index c1ba57d229ac..d06e5245f306 100644 --- a/svx/source/dialog/stddlg.cxx +++ b/svx/source/dialog/stddlg.cxx @@ -30,7 +30,7 @@ short SvxStandardDialog::Execute() return nRet; } -SvxStandardDialog::SvxStandardDialog(vcl::Window *pParent, const OString& rID, const OUString& rUIXMLDescription ) +SvxStandardDialog::SvxStandardDialog(vcl::Window *pParent, const OUString& rID, const OUString& rUIXMLDescription ) : SfxModalDialog(pParent, rID, rUIXMLDescription) { } -- cgit