summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx')
-rw-r--r--sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx b/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx
index e82c580c300e..74b097602e6f 100644
--- a/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx
@@ -15,8 +15,6 @@
#include "CorrelationDialog.hxx"
-static const char strCorrelationTemplate[] = "=CORREL(%VAR1%; %VAR2%)";
-
ScCorrelationDialog::ScCorrelationDialog(
SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow,
vcl::Window* pParent, ScViewData* pViewData ) :
@@ -37,7 +35,7 @@ const OUString ScCorrelationDialog::getLabel()
const OUString ScCorrelationDialog::getTemplate()
{
- return OUString(strCorrelationTemplate);
+ return OUString("=CORREL(%VAR1%; %VAR2%)");
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */