summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtflde.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 12:29:40 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 12:29:40 +0000
commit670ff1e4b3863ade4216e5ff3c86e42017e9111d (patch)
tree4c91ebcfe464bd8a50231e2eeb5a302cff3a5d1d /xmloff/inc/txtflde.hxx
parent22835dfbe88056be4a0abf3d190eaa84c9d861ba (diff)
INTEGRATION: CWS custommeta (1.37.18); FILE MERGED
2008/02/26 10:32:41 mst 1.37.18.2: RESYNC: (1.37-1.38); FILE MERGED 2008/01/16 14:54:25 mst 1.37.18.1: remove export of user-defined document info text fields - xmloff/inc/txtflde.hxx: + remove FIELD_ID_DOCINFO_INFORMATION[0-3] from enum FieldIdEnum - xmloff/source/text/txtflde.cxx: + remove export of the 4 document information text fields
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r--xmloff/inc/txtflde.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 5fb35ff9e186..7cd63a09017b 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtflde.hxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: rt $ $Date: 2008-02-19 13:12:24 $
+ * last change: $Author: obo $ $Date: 2008-02-26 13:29:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -114,10 +114,6 @@ enum FieldIdEnum {
FIELD_ID_DOCINFO_CREATION_TIME,
FIELD_ID_DOCINFO_CREATION_DATE,
FIELD_ID_DOCINFO_DESCRIPTION,
- FIELD_ID_DOCINFO_INFORMATION0, // ATTENTION: INFO-fields must be numbered
- FIELD_ID_DOCINFO_INFORMATION1, // consecutively (to find out
- FIELD_ID_DOCINFO_INFORMATION2, // number)
- FIELD_ID_DOCINFO_INFORMATION3,
FIELD_ID_DOCINFO_CUSTOM,
FIELD_ID_DOCINFO_PRINT_TIME,
FIELD_ID_DOCINFO_PRINT_DATE,