summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-16 14:55:37 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 14:13:20 -0500
commite2177c733eb2cb5da8dd50b47842333772a0dddd (patch)
tree2c10189e3e55e25c01f21ef486a96580392e9c2b /sc/inc/queryparam.hxx
parentUnused local var. (diff)
downloadcore-e2177c733eb2cb5da8dd50b47842333772a0dddd.tar.gz
core-e2177c733eb2cb5da8dd50b47842333772a0dddd.zip
Now the new popup works somewhat as expected.
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 c95655e922b6..4935ebeadf73 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -53,7 +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();
+ ScQueryEntry* FindEntryByField(SCCOLROW nField, bool bNew);
void Resize(size_t nNew);
SC_DLLPUBLIC void DeleteQuery(size_t nPos);
void FillInExcelSyntax(const rtl::OUString& aCellStr, SCSIZE nIndex);