summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:05:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:05:24 +0000
commit5da3db444ae6ab099d3f377ac56cb7de708d2008 (patch)
tree9eb24c992a68023989b6fd0c15cb3652c61b259c /sw/source/ui/table
parented96648d0a40e1982c903835f0c09897d41bd302 (diff)
INTEGRATION: CWS hr50 (1.15.130); FILE MERGED
2008/04/11 15:54:05 hr 1.15.130.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'sw/source/ui/table')
-rw-r--r--sw/source/ui/table/tablemgr.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/table/tablemgr.cxx b/sw/source/ui/table/tablemgr.cxx
index fbed6bb845ec..dd0b62fda11b 100644
--- a/sw/source/ui/table/tablemgr.cxx
+++ b/sw/source/ui/table/tablemgr.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tablemgr.cxx,v $
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
* This file is part of OpenOffice.org.
*
@@ -316,8 +316,9 @@ uno::Reference< frame::XModel > SwTableFUNC::InsertChart(
eDataRowSource = chart::ChartDataRowSource_ROWS;
else if (nColLen > 1)
eDataRowSource = chart::ChartDataRowSource_COLUMNS;
- else
+ else {
DBG_ERROR( "unexpected state" );
+ }
}
uno::Sequence< beans::PropertyValue > aArgs( 4 );