summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx')
-rw-r--r--sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx b/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx
index 6b20afd2ccc5..a97a48cc1c69 100644
--- a/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx
@@ -40,7 +40,7 @@ ScExponentialSmoothingDialog::ScExponentialSmoothingDialog(
ScExponentialSmoothingDialog::~ScExponentialSmoothingDialog()
{}
-sal_Bool ScExponentialSmoothingDialog::Close()
+bool ScExponentialSmoothingDialog::Close()
{
return DoClose( ScExponentialSmoothingDialogWrapper::GetChildWindowId() );
}