From 670ff1e4b3863ade4216e5ff3c86e42017e9111d Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 26 Feb 2008 12:29:40 +0000 Subject: [PATCH] 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 --- xmloff/inc/txtflde.hxx | 8 ++------ 1 file 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,