summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-12-19 13:55:10 +0200
committerTor Lillqvist <tml@collabora.com>2014-12-19 13:55:45 +0200
commit28ff5d52c33e240f5afb2ab1547abe88f4ba7a4d (patch)
tree3ca07c200dcb7dd52e3dbf800a90de581273d759 /sc
parent170c7ee2f6f902d9de139b914b74e807b28da0a9 (diff)
WaE: variable 'nBofType' set but not used
Change-Id: I4f0db469beb7ed3ca4b32f3d44f22f34a4d7a54b
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xiescher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx
index 594f28cdc503..f45a8b534c7e 100644
--- a/sc/source/filter/excel/xiescher.cxx
+++ b/sc/source/filter/excel/xiescher.cxx
@@ -1624,7 +1624,7 @@ void XclImpChartObj::ReadChartSubStream( XclImpStream& rStrm )
sal_uInt16 nBofType;
rStrm.Seek( 2 );
nBofType = rStrm.ReaduInt16();
- DBG_ASSERT( nBofType == EXC_BOF_CHART, "XclImpChartObj::ReadChartSubStream - no chart BOF record" );
+ SAL_WARN_IF( nBofType != EXC_BOF_CHART, "sc.filter", "XclImpChartObj::ReadChartSubStream - no chart BOF record" );
}
else
{