diff options
Diffstat (limited to 'sc/source/ui/inc/ExponentialSmoothingDialog.hxx')
-rw-r--r-- | sc/source/ui/inc/ExponentialSmoothingDialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx index 0162b0cd577d..1393c09b215f 100644 --- a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx +++ b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx @@ -37,7 +37,7 @@ public: virtual bool Close() override; protected: - virtual sal_Int16 GetUndoNameId() override; + virtual const char* GetUndoNameId() override; virtual ScRange ApplyOutput(ScDocShell* pDocShell) override; }; |