summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-06 18:11:43 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-07 03:46:21 +0100
commitcc59e69c6f2c95a4434623dfea9ab666de6ebe76 (patch)
treeaf2d28a7c336db5583c4d6a54e120c6608939305 /sc/inc/queryparam.hxx
parentsal_Bool->bool in ScDocument (diff)
downloadcore-cc59e69c6f2c95a4434623dfea9ab666de6ebe76.tar.gz
core-cc59e69c6f2c95a4434623dfea9ab666de6ebe76.zip
String->OUString in ScDocument and follow up
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index b97112157a59..389284099a65 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -65,7 +65,7 @@ struct ScQueryParamBase
SC_DLLPUBLIC ScQueryEntry& GetEntry(SCSIZE n);
void Resize(size_t nNew);
SC_DLLPUBLIC void DeleteQuery(size_t nPos);
- void FillInExcelSyntax(String& aCellStr, SCSIZE nIndex);
+ void FillInExcelSyntax(rtl::OUString& aCellStr, SCSIZE nIndex);
protected:
ScQueryParamBase();