summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/entity.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/entity.hxx')
-rw-r--r--unoxml/source/dom/entity.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/unoxml/source/dom/entity.hxx b/unoxml/source/dom/entity.hxx
index ff45da5ee6a2..612c06502566 100644
--- a/unoxml/source/dom/entity.hxx
+++ b/unoxml/source/dom/entity.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UNOXML_SOURCE_DOM_ENTITY_HXX
-#define INCLUDED_UNOXML_SOURCE_DOM_ENTITY_HXX
+#pragma once
#include <libxml/tree.h>
@@ -167,6 +166,4 @@ namespace DOM
};
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */