diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-16 12:12:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-16 12:37:03 +0100 |
commit | 7ae56e48e2a7473687657600eba7ead114983ea9 (patch) | |
tree | 3bc95cb07c3c7a36334af7c1bb949765baf44bf8 /sw/source/uibase/inc/dbui.hxx | |
parent | 6a499c904f20d20158fc3add18acb82ce23ee31a (diff) |
vcl: let the ModelessDialog ctor take an OUString
Change-Id: Iae88a9889c674337fb999a23a799d8730d2793d5
Diffstat (limited to 'sw/source/uibase/inc/dbui.hxx')
-rw-r--r-- | sw/source/uibase/inc/dbui.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/dbui.hxx b/sw/source/uibase/inc/dbui.hxx index fdf50d0a9ad4..265d03bdf0e4 100644 --- a/sw/source/uibase/inc/dbui.hxx +++ b/sw/source/uibase/inc/dbui.hxx @@ -28,7 +28,7 @@ class SW_DLLPUBLIC CancelableModelessDialog : public ModelessDialog { protected: CancelButton* m_pCancelButton; - CancelableModelessDialog( vcl::Window *pParent, const OString& rID, + CancelableModelessDialog( vcl::Window *pParent, const OUString& rID, const OUString& rUIXMLDescription ); public: |