From 8051bb7e18ccae0f639e65dfa86bcc18a5fb9108 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Oct 2013 11:18:56 +0200 Subject: converting remaining usage of String in SW to OUString Change-Id: Iaaa3812412dc880eb9d08144219ebe428007884e --- sw/source/ui/table/tabledlg.cxx | 2 +- sw/source/ui/table/tautofmt.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/table') diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx index b6b3df327957..41fa3dcec582 100644 --- a/sw/source/ui/table/tabledlg.cxx +++ b/sw/source/ui/table/tabledlg.cxx @@ -806,7 +806,7 @@ void SwTableColumnPage::Reset( const SfxItemSet& ) i = nNoOfVisibleCols; while( i < MET_FIELDS ) { - m_aFieldArr[i].SetText( aEmptyStr ); + m_aFieldArr[i].SetText( aEmptyOUStr ); m_pTextArr[i]->Disable(); i++; } diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx index 47f4ff9ea8a5..96912e3280cf 100644 --- a/sw/source/ui/table/tautofmt.cxx +++ b/sw/source/ui/table/tautofmt.cxx @@ -493,7 +493,7 @@ IMPL_LINK_NOARG_INLINE_END(SwAutoFormatDlg, OkHdl) AutoFmtPreview::AutoFmtPreview(Window* pParent) : Window ( pParent ), - aCurData ( aEmptyStr ), + aCurData ( aEmptyOUStr ), aVD ( *this ), aScriptedText ( aVD ), bFitWidth ( sal_False ), -- cgit