summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/StatisticsDialogs/ZTestDialog.cxx')
-rw-r--r--sc/source/ui/StatisticsDialogs/ZTestDialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx b/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx
index b7a3f67ebd71..475a5f705f2a 100644
--- a/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx
@@ -22,8 +22,8 @@
#include "reffact.hxx"
#include "docfunc.hxx"
#include "TableFillingAndNavigationTools.hxx"
-
#include "ZTestDialog.hxx"
+#include "strings.hrc"
ScZTestDialog::ScZTestDialog(
SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow,
@@ -43,7 +43,7 @@ bool ScZTestDialog::Close()
return DoClose( ScZTestDialogWrapper::GetChildWindowId() );
}
-sal_Int16 ScZTestDialog::GetUndoNameId()
+const char* ScZTestDialog::GetUndoNameId()
{
return STR_ZTEST_UNDO_NAME;
}