From ce0ea4fcc690694de73fbb8c1102924bb544be90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 13 Jul 2004 07:32:52 +0000 Subject: [PATCH] INTEGRATION: CWS oasis (1.12.256); FILE MERGED 2004/05/07 12:00:04 mib 1.12.256.1: - #i20153#: encode/decode style names (ooo2oasis missing) --- xmloff/source/text/XMLIndexTOCContext.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmloff/source/text/XMLIndexTOCContext.cxx b/xmloff/source/text/XMLIndexTOCContext.cxx index a040960662cc..322d7a1d313e 100644 --- a/xmloff/source/text/XMLIndexTOCContext.cxx +++ b/xmloff/source/text/XMLIndexTOCContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLIndexTOCContext.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: dvo $ $Date: 2002-03-25 15:58:03 $ + * last change: $Author: rt $ $Date: 2004-07-13 08:32:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -348,7 +348,7 @@ void XMLIndexTOCContext::StartElement( { XMLPropStyleContext* pStyle = GetImport().GetTextImport()->FindSectionStyle( - xAttrList->getValueByIndex(nAttr)); + xAttrList->getValueByIndex(nAttr)); if (pStyle != NULL) { pStyle->FillPropertySet( xTOCPropertySet );