diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-16 14:55:37 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-18 14:13:20 -0500 |
commit | e2177c733eb2cb5da8dd50b47842333772a0dddd (patch) | |
tree | 2c10189e3e55e25c01f21ef486a96580392e9c2b /sc/inc | |
parent | 6c0242cdddc5b760b71a0b6db41d683d5381e268 (diff) |
Now the new popup works somewhat as expected.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/queryparam.hxx | 2 |
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); |