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 --- include/svtools/wizdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools/wizdlg.hxx') diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx index a4ab0027cc81..8ff5f3c224a5 100644 --- a/include/svtools/wizdlg.hxx +++ b/include/svtools/wizdlg.hxx @@ -239,7 +239,7 @@ private: public: WizardDialog( vcl::Window* pParent, WinBits nStyle = WB_STDTABDIALOG ); - WizardDialog( vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription ); + WizardDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription ); virtual ~WizardDialog(); virtual void Resize() SAL_OVERRIDE; -- cgit