diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-10-20 11:45:07 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-10-20 11:45:07 +0000 |
commit | cbe7c5528e7b2b2f1856b81827f2fa901c17bb7d (patch) | |
tree | 11ff6deddf1c7955263bc69fd52e30c2b7030202 /xmloff/source/text/XMLTextMarkImportContext.hxx | |
parent | 6cfb8a8c860ae2e37921e80521650d1d8d2343ef (diff) |
- 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
Diffstat (limited to 'xmloff/source/text/XMLTextMarkImportContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextMarkImportContext.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 <xmlictxt.hxx> +#include "xmlictxt.hxx" #endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ |