summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/ChiSquareTestDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/ChiSquareTestDialog.hxx')
-rw-r--r--sc/source/ui/inc/ChiSquareTestDialog.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/ChiSquareTestDialog.hxx b/sc/source/ui/inc/ChiSquareTestDialog.hxx
index f84c4c6ae0cb..584035c8e83c 100644
--- a/sc/source/ui/inc/ChiSquareTestDialog.hxx
+++ b/sc/source/ui/inc/ChiSquareTestDialog.hxx
@@ -8,8 +8,7 @@
*
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_CHISQUARETESTDIALOG_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_CHISQUARETESTDIALOG_HXX
+#pragma once
#include "StatisticsInputOutputDialog.hxx"
@@ -29,6 +28,4 @@ protected:
virtual ScRange ApplyOutput(ScDocShell* pDocShell) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */