summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/propertyids.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 08:38:38 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 08:38:38 +0000
commit65ea359e5093e4c27abd0c80a0160fce46f77e73 (patch)
tree9abaecd172be5c2491bcf93353f90655489a90a8 /connectivity/source/inc/propertyids.hxx
parentcc19b5c256a6ae6fd440c78f5df8c53963e3f84d (diff)
INTEGRATION: CWS dba23a (1.16.122); FILE MERGED
2007/02/23 10:44:44 oj 1.16.122.1: #i74800# add new property to parse column needed by queryfilter dlg in dbaccess introduced by b6248060
Diffstat (limited to 'connectivity/source/inc/propertyids.hxx')
-rw-r--r--connectivity/source/inc/propertyids.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/propertyids.hxx b/connectivity/source/inc/propertyids.hxx
index a88a1a2c86..bd5bb1d588 100644
--- a/connectivity/source/inc/propertyids.hxx
+++ b/connectivity/source/inc/propertyids.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: propertyids.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:31:44 $
+ * last change: $Author: kz $ $Date: 2007-05-10 09:38:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -156,6 +156,7 @@ pProperties[nPos++] = ::com::sun::star::beans::Property(::connectivity::OMetaCon
#define PROPERTY_ID_ISSIGNED 52
#define PROPERTY_ID_AGGREGATEFUNCTION 53
+#define PROPERTY_ID_ISSEARCHABLE 54
#endif // _CONNECTIVITY_PROPERTYIDS_HXX_