diff options
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r-- | sc/inc/queryentry.hxx | 1 |
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; |