Kaydet (Commit) 214f477b authored tarafından Noel Grandin's avatar Noel Grandin

convert sc/.../strindlg.hx from String to OUString

Change-Id: Iecbdcc135a14dc9f7713d79dd38b2f2e6a079a3b
üst 0a918d70
......@@ -32,9 +32,9 @@ class ScStringInputDlg : public ModalDialog
{
public:
ScStringInputDlg( Window* pParent,
const String& rTitle,
const String& rEditTitle,
const String& rDefault,
const OUString& rTitle,
const OUString& rEditTitle,
const OUString& rDefault,
const OString& sHelpId, const OString& sEditHelpId );
~ScStringInputDlg();
......
......@@ -31,9 +31,9 @@
//==================================================================
ScStringInputDlg::ScStringInputDlg( Window* pParent,
const String& rTitle,
const String& rEditTitle,
const String& rDefault,
const OUString& rTitle,
const OUString& rEditTitle,
const OUString& rDefault,
const OString& sHelpId, const OString& sEditHelpId ) :
ModalDialog ( pParent, ScResId( RID_SCDLG_STRINPUT ) ),
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment