summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 15:24:31 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 15:24:31 +0000
commitd1e6bd4e4426851d465a1278657731ba36e9cd32 (patch)
treec9e8a00df504faf9f61386ae15f8eefb9ed5d794 /xmloff/source
parentf1a5bee0ea6c42c3c7d7dfc546e5bb8bb7c1d106 (diff)
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
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/text/XMLIndexTemplateContext.cxx6
1 files changed, 3 insertions, 3 deletions
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[] =