diff options
Diffstat (limited to 'unoxml/inc/node.hxx')
-rw-r--r-- | unoxml/inc/node.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unoxml/inc/node.hxx b/unoxml/inc/node.hxx index f91a08421c13..bec0a8c9b8c1 100644 --- a/unoxml/inc/node.hxx +++ b/unoxml/inc/node.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UNOXML_INC_NODE_HXX -#define INCLUDED_UNOXML_INC_NODE_HXX +#pragma once #include <libxml/tree.h> @@ -295,6 +294,4 @@ namespace DOM void nscleanup(const xmlNodePtr aNode, const xmlNodePtr aParent); } -#endif // INCLUDED_UNOXML_INC_NODE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |