summaryrefslogtreecommitdiff
path: root/sc/inc/math.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/math.hxx')
-rw-r--r--sc/inc/math.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/math.hxx b/sc/inc/math.hxx
index 4d59d9a17a9a..2e2ffe0f4bb6 100644
--- a/sc/inc/math.hxx
+++ b/sc/inc/math.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_INC_MATH_HXX
-#define INCLUDED_SC_INC_MATH_HXX
+#pragma once
#include <formula/errorcodes.hxx>
#include <rtl/math.hxx>
@@ -75,6 +74,4 @@ double power( const double& fVal1, const double& fVal2 );
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */