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