From d1e6bd4e4426851d465a1278657731ba36e9cd32 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 1 Dec 2003 15:24:31 +0000 Subject: INTEGRATION: CWS ooo20031110 (1.5.194); FILE MERGED 2003/11/09 09:17:50 waratah 1.5.194.1: #i1858# switch from NULL to 0 - variable is not a pointer --- xmloff/source/text/XMLIndexTemplateContext.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/text/XMLIndexTemplateContext.cxx b/xmloff/source/text/XMLIndexTemplateContext.cxx index c8476deea75b..49c33b814ade 100644 --- a/xmloff/source/text/XMLIndexTemplateContext.cxx +++ b/xmloff/source/text/XMLIndexTemplateContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLIndexTemplateContext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dvo $ $Date: 2001-06-29 21:07:22 $ + * last change: $Author: rt $ $Date: 2003-12-01 16:24:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -447,7 +447,7 @@ const SvXMLEnumMapEntry aLevelNameTOCMap[] = { XML_8, 8 }, { XML_9, 9 }, { XML_10, 10 }, - { XML_TOKEN_INVALID, NULL } + { XML_TOKEN_INVALID, 0 } }; const sal_Char* aLevelStylePropNameTOCMap[] = -- cgit