Kaydet (Commit) a2925ff7 authored tarafından Oliver Specht's avatar Oliver Specht

define of property name corrected

üst 771547d0
......@@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.hxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: os $ $Date: 2000-11-16 12:27:25 $
* last change: $Author: os $ $Date: 2000-11-17 16:24:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -320,7 +320,6 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_DATA_TABLE_NAME ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATA_COLUMN_NAME ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_DATA_BASE_FORMAT ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATE ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATETIME ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_DATE ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_EDIT_IN_READONLY ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_FALSE_CONTENT ;
......@@ -602,6 +601,7 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_SORT_KEYS ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SORT_ASCENDING ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_SORT_KEY ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_FIELDS;
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATE_TIME_VALUE;
#endif
......@@ -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"));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment