[ooo-build-commit] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Oct 5 06:14:00 PDT 2010


 sc/source/filter/excel/colrowst.cxx |    1 -
 sc/source/filter/excel/exctools.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 7287f0bc10ffbc7d3ef6066b1adde375a878d2d8
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Tue Oct 5 09:13:24 2010 -0400

    Removed unused local variables, per compiler warnings.

diff --git a/sc/source/filter/excel/colrowst.cxx b/sc/source/filter/excel/colrowst.cxx
index dc5c6dc..4cf027a 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 a37ff1b..4479c78 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)


More information about the ooo-build-commit mailing list