summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-26 12:41:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-26 12:41:37 +0100
commitfe347327a44f2d8ed201f9fbc2ae4858f34962d8 (patch)
tree41d925f7317bbd9eddebcfcf07be00d2249e9c74 /sc
parentsimplify pattern-target by using a simple recursion… (diff)
downloadcore-fe347327a44f2d8ed201f9fbc2ae4858f34962d8.tar.gz
core-fe347327a44f2d8ed201f9fbc2ae4858f34962d8.zip
loplugin: unused aName string and whacky indent
Change-Id: I3febbc1618ca86f19c851a8eea313327a9c0a96c
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/excdoc.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/excel/excdoc.cxx b/sc/source/filter/excel/excdoc.cxx
index b25e4dc9633c..4eae1adfab31 100644
--- a/sc/source/filter/excel/excdoc.cxx
+++ b/sc/source/filter/excel/excdoc.cxx
@@ -245,7 +245,6 @@ void ExcTable::FillAsHeader( ExcBoundsheetList& rBoundsheetList )
Add( new XclExpUInt16Record( EXC_ID_FNGROUPCOUNT, 14 ) );
// erst Namen- und Tabellen-Eintraege aufbauen
- String aName;
for( nC = 0 ; nC < nScTabCount ; nC++ )
if( rTabInfo.IsExportTab( nC ) )