summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r--sc/qa/unit/ucalc.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 5b0a1f2dff3f..1f6dc580922c 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_SC_QA_UNIT_UCALC_HXX
-#define INCLUDED_SC_QA_UNIT_UCALC_HXX
+#pragma once
#include <test/bootstrapfixture.hxx>
#include <docsh.hxx>
@@ -894,6 +893,4 @@ private:
ScDocument* m_pDoc;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */