summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltble.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:04:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:04:20 +0000
commit25d3da10c43bc5327c166d898f957bd56592453d (patch)
treec965add2caa9ef93ce2b7c9c65667a68b23ae1d3 /sw/source/filter/xml/xmltble.cxx
parent4b4e2c9835526dcd80994947a8ceb64ade0f1fa5 (diff)
INTEGRATION: CWS hr50 (1.45.36); FILE MERGED
2008/04/11 15:54:04 hr 1.45.36.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'sw/source/filter/xml/xmltble.cxx')
-rw-r--r--sw/source/filter/xml/xmltble.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index f6f06f7fd702..c774fe9f57bc 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmltble.cxx,v $
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
* This file is part of OpenOffice.org.
*
@@ -739,8 +739,9 @@ void SwXMLExport::ExportTableLinesAutoStyles( const SwTableLines& rLines,
xText, rTblInfo.GetBaseSection(), IsShowProgress() );
}
}
- else
+ else {
DBG_ERROR("here should be a XCell");
+ }
}
else
{