summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryentry.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-07 08:41:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-07 12:27:31 +0000
commitc9e9b3a36ffd2d2b37fbe7267b4707174e8c6312 (patch)
tree6dbab8890a5124af820fa12858c31a8a4d0d3204 /sc/inc/queryentry.hxx
parentcallcatcher: remove some unused methods (diff)
downloadcore-c9e9b3a36ffd2d2b37fbe7267b4707174e8c6312.tar.gz
core-c9e9b3a36ffd2d2b37fbe7267b4707174e8c6312.zip
callcatcher: update list, drop some newly unused methods
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r--sc/inc/queryentry.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx
index 463618e2872a..48f7637c97d8 100644
--- a/sc/inc/queryentry.hxx
+++ b/sc/inc/queryentry.hxx
@@ -65,7 +65,6 @@ struct ScQueryEntry
bool IsQueryStringEmpty() const;
bool MatchByString(const rtl::OUString& rStr, bool bCaseSens) const;
- void SwapQueryStrings(QueryStringsType& rStrings);
void SortQueryStrings(bool bCaseSens);
SC_DLLPUBLIC void SetQueryString(const rtl::OUString& rStr);
SC_DLLPUBLIC rtl::OUString GetQueryString() const;