summaryrefslogtreecommitdiff
path: root/framework/inc/queries.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/queries.h')
-rw-r--r--framework/inc/queries.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/inc/queries.h b/framework/inc/queries.h
index 1ce67f9abc96..be733cbb1c69 100644
--- a/framework/inc/queries.h
+++ b/framework/inc/queries.h
@@ -283,17 +283,6 @@ class QueryAnalyzer
}
}
- // this method checks if given string match any supported query.
- // (ignore additional parameters!)
-
- static bool isQuery( const OUString& sQuery )
- {
- return(
- sQuery.startsWith("_query_") || // new style
- sQuery.startsWith("_filterquery_") // old style!
- );
- }
-
private:
EQuery m_eQuery;
sal_uInt32 m_nIFlags;