summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexp.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-28 14:55:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-28 14:55:00 +0000
commit48598d8deece6abc95d93354857db946cfe5395c (patch)
treeb18646e6f4fe3adde6c3ec4370051047355dda91 /sw/source/filter/xml/xmlexp.hxx
parentf529b109d18f029c3e4bbbf4f82d444796c677a3 (diff)
INTEGRATION: CWS swnewtable (1.32.446); FILE MERGED
2006/11/07 15:39:20 fme 1.32.446.1: #i4032#: New table concept
Diffstat (limited to 'sw/source/filter/xml/xmlexp.hxx')
-rw-r--r--sw/source/filter/xml/xmlexp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlexp.hxx b/sw/source/filter/xml/xmlexp.hxx
index c2d1990c1cc2..568cf3fbf14c 100644
--- a/sw/source/filter/xml/xmlexp.hxx
+++ b/sw/source/filter/xml/xmlexp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlexp.hxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: obo $ $Date: 2005-11-16 13:54:09 $
+ * last change: $Author: vg $ $Date: 2007-02-28 15:55:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -110,7 +110,7 @@ class SwXMLExport : public SvXMLExport
void ExportTableFmt( const SwFrmFmt& rFmt, sal_uInt32 nAbsWidth );
void ExportTableColumnStyle( const SwXMLTableColumn_Impl& rCol );
- void ExportTableBox( const SwTableBox& rBox, sal_uInt16 nColSpan,
+ void ExportTableBox( const SwTableBox& rBox, sal_uInt16 nColSpan, sal_uInt16 nRowSpan,
SwXMLTableInfo_Impl& rTblInfo );
void ExportTableLine( const SwTableLine& rLine,
const SwXMLTableLines_Impl& rLines,