summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-07 05:58:21 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-07 06:03:22 +0100
commitaa22ecc606ad927ef18e80488070c523e8dde2b8 (patch)
tree76c5cc8d4c7072e999e3a66f7b5a03f0f2d26271 /sc/inc/queryparam.hxx
parentString->OUString in ScDocument and follow up (diff)
downloadcore-aa22ecc606ad927ef18e80488070c523e8dde2b8.tar.gz
core-aa22ecc606ad927ef18e80488070c523e8dde2b8.zip
forgot to amend these changes to my last commit
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 389284099a65..9bf9be1ea054 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(rtl::OUString& aCellStr, SCSIZE nIndex);
+ void FillInExcelSyntax(const rtl::OUString& aCellStr, SCSIZE nIndex);
protected:
ScQueryParamBase();