diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-26 08:30:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-01 10:08:42 +0200 |
commit | ea2c80bdcd862f91dd7429184aea29d9a77f9774 (patch) | |
tree | be34aa41cac74b86ae6bcdd4e9b6b3563121a9b3 /cui/source/dialogs/splitcelldlg.cxx | |
parent | 183f260e7ed86c30d99313cdb3267c18abb65bd3 (diff) |
convert CUI module from String to OUString
Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81
Diffstat (limited to 'cui/source/dialogs/splitcelldlg.cxx')
-rw-r--r-- | cui/source/dialogs/splitcelldlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/splitcelldlg.cxx b/cui/source/dialogs/splitcelldlg.cxx index f8d37b92bf42..978f06b0735f 100644 --- a/cui/source/dialogs/splitcelldlg.cxx +++ b/cui/source/dialogs/splitcelldlg.cxx @@ -45,7 +45,7 @@ SvxSplitTableDlg::SvxSplitTableDlg( Window *pParent, bool bIsTableVertical, if(bIsTableVertical) { Image aTmpImg(m_pHorzBox->GetModeRadioImage()); - String sTmp(m_pHorzBox->GetText()); + OUString sTmp(m_pHorzBox->GetText()); m_pHorzBox->SetText(m_pVertBox->GetText()); m_pHorzBox->SetModeRadioImage(m_pVertBox->GetModeRadioImage()); m_pVertBox->SetText(sTmp); |