summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbookfragment.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-06-20 21:18:29 +0100
committerNoel Power <noel.power@novell.com>2012-06-20 21:18:29 +0100
commit6ea4e42eaa28a773ec66fee3b8f764e0dc365297 (patch)
treed79a3870ec677ce1b8ef74c021e135f14fb2335e /sc/source/filter/oox/workbookfragment.cxx
parent7fff98724bc7e3f4d3defb005aa1358d743d08ed (diff)
gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.
Change-Id: I91d84a7a8d8f18883798541e6a171ea91f135edb
Diffstat (limited to 'sc/source/filter/oox/workbookfragment.cxx')
-rw-r--r--sc/source/filter/oox/workbookfragment.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/oox/workbookfragment.cxx b/sc/source/filter/oox/workbookfragment.cxx
index 843a7feadd4e..943f5fda871f 100644
--- a/sc/source/filter/oox/workbookfragment.cxx
+++ b/sc/source/filter/oox/workbookfragment.cxx
@@ -296,7 +296,6 @@ void WorkbookFragment::finalizeImport()
// create all defined names and database ranges
getDefinedNames().finalizeImport();
getTables().finalizeImport();
- int nSheetNum = 0;
// load all worksheets
for( SheetFragmentVector::iterator aIt = aSheetFragments.begin(), aEnd = aSheetFragments.end(); aIt != aEnd; ++aIt )
{