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