summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-12 09:15:42 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-12 09:15:42 +0200
commitb5350d7bea56d5ac7711e701b5d89baef3752177 (patch)
treef7a3a0683f3906cf6786ded7c24a3869c40a4979 /sc/source/ui/StatisticsDialogs
parentbd7f704ed4f5b916799cebb39721c3f46612c211 (diff)
WaE: unused variable 'aFormulaString' [loplugin]
Change-Id: Ic72de4b469cfe84638b1a15b413d60286e738000
Diffstat (limited to 'sc/source/ui/StatisticsDialogs')
-rw-r--r--sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx b/sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx
index 07a7589eeeed..12c70ecead72 100644
--- a/sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx
+++ b/sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx
@@ -40,8 +40,6 @@ namespace
AddressWalkerWriter& aOutput, FormulaTemplate& aTemplate,
ScRangeList aRangeList, const OUString& aTemplateString)
{
- OUString aFormulaString;
-
for (size_t i = 0; i < aRangeList.size(); i++)
{
aOutput.resetRow();