sc/source/filter/excel/frmbase.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e5c7ddb12afe9423a63f8bb13b53d5a38636ad04 Author: Fridrich Å trba <[email protected]> Date: Wed Jul 31 09:33:29 2013 +0200 if-0-ing the whole else branch Change-Id: I850577dc9a5684ad66d7fcb995c6b47b1744265e diff --git a/sc/source/filter/excel/frmbase.cxx b/sc/source/filter/excel/frmbase.cxx index c4ec189..6d167ff 100644 --- a/sc/source/filter/excel/frmbase.cxx +++ b/sc/source/filter/excel/frmbase.cxx @@ -108,15 +108,15 @@ void _ScRangeListTabs::Append( const ScRange& aCRD, SCTAB nTab, bool b ) else if (a.aEnd.Row() < 0) a.aEnd.SetRow(0); } +#if 0 // no members 'Ref1' or 'Ref2' in 'ScRange' else { -#if 0 // no members 'Ref1' or 'Ref2' in 'ScRange' OSL_ENSURE( ValidTab(a.Ref1.nTab), "-_ScRangeListTabs::Append(): Luegen haben kurze Abstuerze!" ); OSL_ENSURE( a.Ref1.nTab == a.Ref2.nTab, "+_ScRangeListTabs::Append(): 3D-Ranges werden in SC nicht unterstuetzt!" ); -#endif } +#endif if( nTab == SCTAB_MAX) return;
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
