summaryrefslogtreecommitdiff
path: root/include/vcl/strhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/strhelper.hxx')
-rw-r--r--include/vcl/strhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/strhelper.hxx b/include/vcl/strhelper.hxx
index 2b32e0dd6cdc..ee4c629672b8 100644
--- a/include/vcl/strhelper.hxx
+++ b/include/vcl/strhelper.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PSPRINT_STRHELPER_HXX_
-#define _PSPRINT_STRHELPER_HXX_
+#ifndef INCLUDED_VCL_STRHELPER_HXX
+#define INCLUDED_VCL_STRHELPER_HXX
#include <cstring>
#include <rtl/math.hxx>
@@ -67,6 +67,6 @@ namespace psp
} // namespace
-#endif // _PSPRINT_STRHELPER_HXX_
+#endif // INCLUDED_VCL_STRHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */