summaryrefslogtreecommitdiff
path: root/include/tools/helpers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/helpers.hxx')
-rw-r--r--include/tools/helpers.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/helpers.hxx b/include/tools/helpers.hxx
index 5a525872ae50..c3cb88f3e348 100644
--- a/include/tools/helpers.hxx
+++ b/include/tools/helpers.hxx
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _TOOLS_HELPERS_HXX
-#define _TOOLS_HELPERS_HXX
+#ifndef INCLUDED_TOOLS_HELPERS_HXX
+#define INCLUDED_TOOLS_HELPERS_HXX
inline long MinMax( long nVal, long nMin, long nMax )
{