diff options
author | dkenny <dkenny@openoffice.org> | 2001-11-08 06:11:36 +0000 |
---|---|---|
committer | dkenny <dkenny@openoffice.org> | 2001-11-08 06:11:36 +0000 |
commit | e8536da36d223caab5b37dea8c4b43a8d2d9721f (patch) | |
tree | d0cd45dd3b53bcb9e0e9d78bd591a047be93f51a /connectivity/source/inc/propertyids.hxx | |
parent | 85074cf44324a3459907e0c70f4ca3e457fa52e0 (diff) |
#93274# - select count(*)...
Diffstat (limited to 'connectivity/source/inc/propertyids.hxx')
-rw-r--r-- | connectivity/source/inc/propertyids.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/propertyids.hxx b/connectivity/source/inc/propertyids.hxx index a52d48d16487..04ba3656a2a8 100644 --- a/connectivity/source/inc/propertyids.hxx +++ b/connectivity/source/inc/propertyids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyids.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: oj $ $Date: 2001-05-25 13:09:28 $ + * last change: $Author: dkenny $ $Date: 2001-11-08 07:11:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -173,6 +173,7 @@ pProperties[nPos++] = ::com::sun::star::beans::Property(::connectivity::OMetaCon #define PROPERTY_ID_DELIMITER 45 #define PROPERTY_ID_FORMATKEY 46 #define PROPERTY_ID_LOCALE 47 +#define PROPERTY_ID_IM001 48 #endif // _CONNECTIVITY_PROPERTYIDS_HXX_ |