From cbe7c5528e7b2b2f1856b81827f2fa901c17bb7d Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Fri, 20 Oct 2000 11:45:07 +0000 Subject: - several properties are now optional (change mail "Access to textfields over API in Calc and Impress/Draw ...") - fixed: bugs in DocInfo fields - fixed: wrong include in TextMarkImportContext --- xmloff/source/text/XMLTextMarkImportContext.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff/source/text/XMLTextMarkImportContext.hxx') diff --git a/xmloff/source/text/XMLTextMarkImportContext.hxx b/xmloff/source/text/XMLTextMarkImportContext.hxx index 5680c161f2aa..0b5e411cd28f 100644 --- a/xmloff/source/text/XMLTextMarkImportContext.hxx +++ b/xmloff/source/text/XMLTextMarkImportContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLTextMarkImportContext.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mh $ $Date: 2000-09-25 17:21:36 $ + * last change: $Author: dvo $ $Date: 2000-10-20 12:45:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #define _XMLOFF_XMLTEXTMARKIMPORTCONTEXT_HXX #ifndef _XMLOFF_XMLICTXT_HXX -#include +#include "xmlictxt.hxx" #endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ -- cgit