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