summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/opinlinefun_math.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/opinlinefun_math.hxx')
-rw-r--r--sc/source/core/opencl/opinlinefun_math.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/opencl/opinlinefun_math.hxx b/sc/source/core/opencl/opinlinefun_math.hxx
index a8130919245a..7666f9d36095 100644
--- a/sc/source/core/opencl/opinlinefun_math.hxx
+++ b/sc/source/core/opencl/opinlinefun_math.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SC_OPENCL_OPINLINFUN_MATH
-#define SC_OPENCL_OPINLINFUN_MATH
+#ifndef INCLUDED_SC_SOURCE_CORE_OPENCL_OPINLINEFUN_MATH_HXX
+#define INCLUDED_SC_SOURCE_CORE_OPENCL_OPINLINEFUN_MATH_HXX
std::string Math_Intg_Str=
"\ndouble Intg(double n)\n\
@@ -87,6 +87,6 @@ std::string atan2Content =
"}\n";
-#endif //SC_OPENCL_OPINLINFUN_MATH
+#endif // INCLUDED_SC_SOURCE_CORE_OPENCL_OPINLINEFUN_MATH_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */