From 52dc6590c55a2edd17afd252789cc5606a594c4f Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 5 Oct 2010 09:13:24 -0400 Subject: Removed unused local variables, per compiler warnings. --- sc/source/filter/excel/colrowst.cxx | 1 - sc/source/filter/excel/exctools.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'sc') diff --git a/sc/source/filter/excel/colrowst.cxx b/sc/source/filter/excel/colrowst.cxx index 7ccb28784129..417f7aa525d3 100644 --- a/sc/source/filter/excel/colrowst.cxx +++ b/sc/source/filter/excel/colrowst.cxx @@ -233,7 +233,6 @@ void XclImpColRowSettings::Convert( SCTAB nScTab ) if( ::get_flag( mnDefRowFlags, EXC_DEFROW_UNSYNCED ) ) // first access to row flags, do not ask for old flags rDoc.SetRowFlags( 0, MAXROW, nScTab, CR_MANUALSIZE ); - bool bDefHideRow = ::get_flag( mnDefRowFlags, EXC_DEFROW_HIDDEN ); maRowHeights.build_tree(); if (!maRowHeights.is_tree_valid()) diff --git a/sc/source/filter/excel/exctools.cxx b/sc/source/filter/excel/exctools.cxx index c19b44281fee..6dd853ef17df 100644 --- a/sc/source/filter/excel/exctools.cxx +++ b/sc/source/filter/excel/exctools.cxx @@ -148,7 +148,6 @@ void XclImpOutlineBuffer::MakeScOutline() return; } SCSIZE nFirstPos = aOutlineStack.back(); - sal_uInt8 nThisLevel = static_cast(aOutlineStack.size()); aOutlineStack.pop_back(); bool bCollapsed = false; if (mbButtonAfter) -- cgit