diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-08-23 08:38:30 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-08-23 08:38:30 +0000 |
commit | 2b9c179be503e244ef660248ecc0b3b20494b4d8 (patch) | |
tree | 93be5a1915aa3ac9029ea224b85254472ab7c547 /sw/inc/unomap.hxx | |
parent | 30eb1f3caa14b9c04b5989519496c745354c9dfd (diff) |
#91412# added 'Name' property to indices
Diffstat (limited to 'sw/inc/unomap.hxx')
-rw-r--r-- | sw/inc/unomap.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index ad1344a0a743..d0952422e54f 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomap.hxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: mtg $ $Date: 2001-07-25 10:16:51 $ + * last change: $Author: dvo $ $Date: 2001-08-23 09:38:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -274,6 +274,7 @@ #define WID_IDX_HEADER_SECTION 1054 #define WID_IDX_LOCALE 1055 #define WID_IDX_SORT_ALGORITHM 1056 +#define WID_IDX_NAME 1057 //text document #define WID_DOC_CHAR_COUNT 1000 |