diff options
Diffstat (limited to 'sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx')
-rw-r--r-- | sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx b/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx index f5d679c3d339..2bad4e9e702a 100644 --- a/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx @@ -22,8 +22,8 @@ #include "reffact.hxx" #include "docfunc.hxx" #include "TableFillingAndNavigationTools.hxx" - #include "ExponentialSmoothingDialog.hxx" +#include "strings.hrc" ScExponentialSmoothingDialog::ScExponentialSmoothingDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, @@ -51,7 +51,7 @@ bool ScExponentialSmoothingDialog::Close() return DoClose( ScExponentialSmoothingDialogWrapper::GetChildWindowId() ); } -sal_Int16 ScExponentialSmoothingDialog::GetUndoNameId() +const char* ScExponentialSmoothingDialog::GetUndoNameId() { return STR_EXPONENTIAL_SMOOTHING_UNDO_NAME; } |