diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-29 14:29:30 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-29 14:29:30 +0000 |
commit | 560111ef0bba98b0d9060995b1aeefd562341fdd (patch) | |
tree | 3392d6ee25aa8a0afc996c52ebe9ce2db7e358c5 /sw/inc/unocoll.hxx | |
parent | d161a83570f1d31a7bfd8f774691525e7f1fe6ac (diff) |
- added: API for combined characters text field completed
Diffstat (limited to 'sw/inc/unocoll.hxx')
-rw-r--r-- | sw/inc/unocoll.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx index 5d469352cec6..8541792c9a6d 100644 --- a/sw/inc/unocoll.hxx +++ b/sw/inc/unocoll.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unocoll.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: os $ $Date: 2001-01-12 16:25:45 $ + * last change: $Author: dvo $ $Date: 2001-01-29 15:29:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -213,7 +213,7 @@ class SwUnoCollection #define SW_SERVICE_FIELDTYPE_DOCINFO_TITLE 70 #define SW_SERVICE_FIELDTYPE_DOCINFO_REVISION 71 #define SW_SERVICE_FIELDTYPE_BIBLIOGRAPHY 72 -#define SW_SERVICE_FIELDTYPE_DUMMY_2 73 +#define SW_SERVICE_FIELDTYPE_COMBINED_CHARACTERS 73 #define SW_SERVICE_FIELDTYPE_DUMMY_3 74 #define SW_SERVICE_FIELDTYPE_DUMMY_4 75 #define SW_SERVICE_FIELDTYPE_DUMMY_5 76 |