summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-17 15:24:09 +0000
committerOliver Specht <os@openoffice.org>2000-11-17 15:24:09 +0000
commita2925ff7e8d1a50819c9e8ab95a9f929bc8f98c1 (patch)
tree73088a1dc1231324979b314080f5b8075b65bd7b /sw/source/core
parent771547d0eb0febbbabc46ea1bbbff305236b1a63 (diff)
define of property name corrected
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/unocore/unoprnms.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unoprnms.cxx b/sw/source/core/unocore/unoprnms.cxx
index 731da8c585cf..c26484688c6b 100644
--- a/sw/source/core/unocore/unoprnms.cxx
+++ b/sw/source/core/unocore/unoprnms.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: os $ $Date: 2000-11-16 12:29:49 $
+ * last change: $Author: os $ $Date: 2000-11-17 16:23:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -316,7 +316,6 @@ const SwPropNameLen __FAR_DATA UNO_NAME_DATA_TABLE_NAME
const SwPropNameLen __FAR_DATA UNO_NAME_DATA_COLUMN_NAME (MAP_CHAR_LEN("DataColumnName"));
const SwPropNameLen __FAR_DATA UNO_NAME_IS_DATA_BASE_FORMAT (MAP_CHAR_LEN("DataBaseFormat"));
const SwPropNameLen __FAR_DATA UNO_NAME_DATE (MAP_CHAR_LEN("Date"));
-const SwPropNameLen __FAR_DATA UNO_NAME_DATETIME (MAP_CHAR_LEN("DateTimeValue"));
const SwPropNameLen __FAR_DATA UNO_NAME_IS_DATE (MAP_CHAR_LEN("IsDate"));
const SwPropNameLen __FAR_DATA UNO_NAME_EDIT_IN_READONLY (MAP_CHAR_LEN("EditInReadonly"));
const SwPropNameLen __FAR_DATA UNO_NAME_FALSE_CONTENT (MAP_CHAR_LEN("FalseContent"));
@@ -600,4 +599,4 @@ const SwPropNameLen __FAR_DATA UNO_NAME_SORT_KEYS (MAP
const SwPropNameLen __FAR_DATA UNO_NAME_IS_SORT_ASCENDING (MAP_CHAR_LEN("IsSortAscending"));
const SwPropNameLen __FAR_DATA UNO_NAME_SORT_KEY (MAP_CHAR_LEN("SortKey"));
const SwPropNameLen __FAR_DATA UNO_NAME_FIELDS (MAP_CHAR_LEN("Fields"));
-
+const SwPropNameLen __FAR_DATA UNO_NAME_DATE_TIME_VALUE (MAP_CHAR_LEN("DateTimeValue"));