summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-10-24 08:33:11 +0000
committerAndreas Schlüns <as@openoffice.org>2001-10-24 08:33:11 +0000
commitfd3cd0243808b63adb8222e7649fbdd4d6fb0079 (patch)
tree1e4972c23719e060dccaa87b862e2fcf47104072 /framework
parent41b6653dbaea01b843209ea0c412ee4d1160f6a0 (diff)
#92862# add type FilterQuery
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/filtercachedata.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 4a15924a80bc..9de04743553b 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filtercachedata.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: as $ $Date: 2001-08-27 10:41:32 $
+ * last change: $Author: as $ $Date: 2001-10-24 09:33:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -788,6 +788,8 @@ typedef CheckedIterator< StringList > CheckedStrin
typedef CheckedIterator< FileTypeHash > CheckedTypeIterator ;
typedef CheckedIterator< PerformanceHash > CheckedPerformanceIterator ;
+typedef ::std::vector< ConstFilterIterator > FilterQuery ;
+
//*****************************************************************************************************************
// Use private static data container to hold all values of configuration!
//*****************************************************************************************************************