[Libreoffice-commits] .: sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Nov 4 22:12:33 PDT 2011
sc/inc/queryentry.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4901ff2f8d57775c0ef0c201082f1886df0d8fb0
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date: Sat Nov 5 01:12:46 2011 -0400
Class description.
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx
index 57b39fa..463618e 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;
More information about the Libreoffice-commits
mailing list