diff options
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: |