diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:45:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:45:05 +0000 |
commit | fc5f5c4887ee69f68d936c989749df43f0bcaefa (patch) | |
tree | bcc7f510509da35fee068ac6b5072969a5fc5a4a /connectivity/source/inc/propertyids.hxx | |
parent | f23c6a9ab9c29287a99cb5f663e1a3a759a0aad0 (diff) |
INTEGRATION: CWS dba16 (1.12.44); FILE MERGED
2004/10/11 11:39:27 oj 1.12.44.1: #i30220# enable having, group by for queries
Diffstat (limited to 'connectivity/source/inc/propertyids.hxx')
-rw-r--r-- | connectivity/source/inc/propertyids.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/inc/propertyids.hxx b/connectivity/source/inc/propertyids.hxx index dd53c4c9bc66..3e673809b00c 100644 --- a/connectivity/source/inc/propertyids.hxx +++ b/connectivity/source/inc/propertyids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyids.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2004-03-15 12:48:16 $ + * last change: $Author: rt $ $Date: 2004-10-22 08:45:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -180,7 +180,8 @@ pProperties[nPos++] = ::com::sun::star::beans::Property(::connectivity::OMetaCon #define PROPERTY_ID_PRIVILEGES 50 #define PROPERTY_ID_HAVINGCLAUSE 51 -#define PROPERTY_ID_ISSIGNED 52 +#define PROPERTY_ID_ISSIGNED 52 +#define PROPERTY_ID_AGGREGATEFUNCTION 53 #endif // _CONNECTIVITY_PROPERTYIDS_HXX_ |