diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 18:39:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 18:42:02 +0100 |
commit | 305bf19e390aebdf2d20ea052a92f782e8d1185c (patch) | |
tree | 7a94d504a364f03e998e73774eb10b162b173731 /sc/source/ui/dbgui/consdlg.cxx | |
parent | e5444ae3e099e1279b9b685b623c6e50bb8efd3b (diff) |
loplugin: unused variables
And some fallout.
Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
Diffstat (limited to 'sc/source/ui/dbgui/consdlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/consdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx index b8c8bbb1fcd0..ce675a2e1fec 100644 --- a/sc/source/ui/dbgui/consdlg.cxx +++ b/sc/source/ui/dbgui/consdlg.cxx @@ -249,8 +249,6 @@ void ScConsolidateDlg::FillAreaLists() if ( pRangeUtil && pAreaData && (nAreaDataCount > 0) ) { - String aString; - for ( size_t i=0; (i<nAreaDataCount) && (pAreaData[i].aStrName.Len()>0); i++ ) |