diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-05 09:13:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-05 09:13:45 -0400 |
commit | 52dc6590c55a2edd17afd252789cc5606a594c4f (patch) | |
tree | ead2bb4f809aade8e944d9549b19cb0a990f30c1 /sc | |
parent | 901ae0fcad0d4d987dac28dee97630312f366725 (diff) |
Removed unused local variables, per compiler warnings.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/colrowst.cxx | 1 | ||||
-rw-r--r-- | sc/source/filter/excel/exctools.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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<sal_uInt8>(aOutlineStack.size()); aOutlineStack.pop_back(); bool bCollapsed = false; if (mbButtonAfter) |