From 03df4f976ff9360e8352ba4351a1057e58dae63c Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Fri, 6 Dec 2002 04:59:14 +0000 Subject: [PATCH] #i8955#; open group column after closing header column --- sc/source/filter/xml/xmlexprt.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index 13f592a4c3d5..3dc869871fc1 100644 --- a/sc/source/filter/xml/xmlexprt.cxx +++ b/sc/source/filter/xml/xmlexprt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlexprt.cxx,v $ * - * $Revision: 1.163 $ + * $Revision: 1.164 $ * - * last change: $Author: fs $ $Date: 2002-10-28 09:38:11 $ + * last change: $Author: sab $ $Date: 2002-12-06 05:59:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -932,6 +932,8 @@ void ScXMLExport::ExportColumns(const sal_uInt16 nTable, const table::CellRangeA CloseHeaderColumn(); if (pGroupColumns->IsGroupEnd(nColumn - 1)) pGroupColumns->CloseGroups(nColumn - 1); + if(pGroupColumns->IsGroupStart(nColumn)) + pGroupColumns->OpenGroups(nColumn); bPrevIsVisible = bIsVisible; nPrevIndex = nIndex; nPrevColumn = nColumn;