diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-05 01:12:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-05 01:12:46 -0400 |
commit | 4901ff2f8d57775c0ef0c201082f1886df0d8fb0 (patch) | |
tree | b92669bf1cdbb7fa9282d4fec6e889b60cb8f364 /sc | |
parent | 9c8670847f0945c05c8f40e83f0d845c0d3cff6b (diff) |
Class description.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/queryentry.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx index 57b39fa15cb7..463618e2872a 100644 --- a/sc/inc/queryentry.hxx +++ b/sc/inc/queryentry.hxx @@ -39,6 +39,9 @@ namespace utl { class TextSearch; } +/** + * Each instance of this struct represents a single filtering criteria. + */ struct ScQueryEntry { typedef std::vector<rtl::OUString> QueryStringsType; |