summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
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/inc/scabstdlg.hxx
parentconverting remaining usage of String in SW to OUString (diff)
downloadcore-bc3b7ca3c7bfc231aff489cdb49e9cd1bc767247.tar.gz
core-bc3b7ca3c7bfc231aff489cdb49e9cd1bc767247.zip
convert remaining String in SC to OUString
Change-Id: I3ee8c3b59bf9d6ef6516f1da64cbe5f0b35af2d0
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 03bc58dcb8d7..fe3cf069183a 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -398,7 +398,7 @@ public:
SCTAB nTabCount, bool bFromFile) = 0;
virtual AbstractScSelEntryDlg * CreateScSelEntryDlg ( Window* pParent,
- const std::vector<String> &rEntryList ) = 0;
+ const std::vector<OUString> &rEntryList ) = 0;
virtual AbstractScLinkedAreaDlg * CreateScLinkedAreaDlg(Window* pParent) = 0;
virtual AbstractScMetricInputDlg * CreateScMetricInputDlg ( Window* pParent,