diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-12 09:16:25 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-12 09:16:25 +0200 |
commit | 44b113fd384c3305969307deb6387445e95ed94b (patch) | |
tree | 6e26dd1d847c7fdc716879062040c7492baa7ee5 /sc/source | |
parent | b5350d7bea56d5ac7711e701b5d89baef3752177 (diff) |
WaE: unused variable 'aReferenceString' [loplugin]
Change-Id: I51c1aded0ef1ce7e99a49cf1eccb867002edaa70
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx b/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx index 2fc1b5556f2b..c5c857ee35d5 100644 --- a/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx @@ -84,8 +84,6 @@ sal_Int16 ScDescriptiveStatisticsDialog::GetUndoNameId() ScRange ScDescriptiveStatisticsDialog::ApplyOutput(ScDocShell* pDocShell) { - OUString aReferenceString; - AddressWalkerWriter aOutput(mOutputAddress, pDocShell, mDocument); FormulaTemplate aTemplate(mDocument, mAddressDetails); |