summaryrefslogtreecommitdiff
path: root/include/editeng/Node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/Node.hxx')
-rw-r--r--include/editeng/Node.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/Node.hxx b/include/editeng/Node.hxx
index 3159e48a99b7..62e775d818b3 100644
--- a/include/editeng/Node.hxx
+++ b/include/editeng/Node.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef NODE_HXX
-#define NODE_HXX
+#ifndef INCLUDED_EDITENG_NODE_HXX
+#define INCLUDED_EDITENG_NODE_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
@@ -97,6 +97,6 @@ public:
static Node* our_pNodeNullPointer;
};
-#endif // NODE_HXX
+#endif // INCLUDED_EDITENG_NODE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */