summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/queryparam.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 49fa2bceaabd..c95655e922b6 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -53,6 +53,7 @@ struct ScQueryParamBase
SC_DLLPUBLIC SCSIZE GetEntryCount() const;
SC_DLLPUBLIC const ScQueryEntry& GetEntry(SCSIZE n) const;
SC_DLLPUBLIC ScQueryEntry& GetEntry(SCSIZE n);
+ ScQueryEntry& AppendEntry();
void Resize(size_t nNew);
SC_DLLPUBLIC void DeleteQuery(size_t nPos);
void FillInExcelSyntax(const rtl::OUString& aCellStr, SCSIZE nIndex);