diff options
Diffstat (limited to 'sw/inc/ndnotxt.hxx')
-rw-r--r-- | sw/inc/ndnotxt.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ndnotxt.hxx b/sw/inc/ndnotxt.hxx index f9d65c55dfd4..015a1a78266b 100644 --- a/sw/inc/ndnotxt.hxx +++ b/sw/inc/ndnotxt.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 _NDNOTXT_HXX -#define _NDNOTXT_HXX +#ifndef INCLUDED_SW_INC_NDNOTXT_HXX +#define INCLUDED_SW_INC_NDNOTXT_HXX #include "node.hxx" @@ -100,6 +100,6 @@ inline const SwNoTxtNode *SwNode::GetNoTxtNode() const return ND_NOTXTNODE & nNodeType ? (const SwNoTxtNode*)this : 0; } -#endif // _NDNOTXT_HXX +#endif // INCLUDED_SW_INC_NDNOTXT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |