summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-16 14:27:58 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:26 +0200
commitbc3b7ca3c7bfc231aff489cdb49e9cd1bc767247 (patch)
treee73fcad9003c732663594490f937c80f25e386c8 /sc/source/ui/attrdlg
parent8051bb7e18ccae0f639e65dfa86bcc18a5fb9108 (diff)
convert remaining String in SC to OUString
Change-Id: I3ee8c3b59bf9d6ef6516f1da64cbe5f0b35af2d0
Diffstat (limited to 'sc/source/ui/attrdlg')
-rw-r--r--sc/source/ui/attrdlg/scdlgfact.cxx2
-rw-r--r--sc/source/ui/attrdlg/scdlgfact.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx
index 494204719505..ba7817c82232 100644
--- a/sc/source/ui/attrdlg/scdlgfact.cxx
+++ b/sc/source/ui/attrdlg/scdlgfact.cxx
@@ -836,7 +836,7 @@ AbstractScInsertTableDlg * ScAbstractDialogFactory_Impl::CreateScInsertTableDlg(
}
AbstractScSelEntryDlg * ScAbstractDialogFactory_Impl::CreateScSelEntryDlg ( Window* pParent,
- const std::vector<String> &rEntryList )
+ const std::vector<OUString> &rEntryList )
{
ScSelEntryDlg * pDlg = new ScSelEntryDlg( pParent, rEntryList );
return new AbstractScSelEntryDlg_Impl( pDlg );
diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx
index 49d328c71319..5dc7607e7acf 100644
--- a/sc/source/ui/attrdlg/scdlgfact.hxx
+++ b/sc/source/ui/attrdlg/scdlgfact.hxx
@@ -465,7 +465,7 @@ public:
SCTAB nTabCount, bool bFromFile);
virtual AbstractScSelEntryDlg * CreateScSelEntryDlg ( Window* pParent,
- const std::vector<String> &rEntryList );
+ const std::vector<OUString> &rEntryList );
virtual AbstractScLinkedAreaDlg * CreateScLinkedAreaDlg(Window* pParent);