summaryrefslogtreecommitdiff
path: root/include/comphelper/newarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/newarray.hxx')
-rw-r--r--include/comphelper/newarray.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/newarray.hxx b/include/comphelper/newarray.hxx
index b64095ae8ff4..b34dc13332b5 100644
--- a/include/comphelper/newarray.hxx
+++ b/include/comphelper/newarray.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef COMPHELPER_NEW_ARRAY_HXX
-#define COMPHELPER_NEW_ARRAY_HXX
+#ifndef INCLUDED_COMPHELPER_NEWARRAY_HXX
+#define INCLUDED_COMPHELPER_NEWARRAY_HXX
#include <limits>
#include <new>
@@ -46,6 +46,6 @@ newArray_ex(size_t const n)
} // namespace comphelper
-#endif // COMPHELPER_NEW_ARRAY_HXX
+#endif // INCLUDED_COMPHELPER_NEWARRAY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */