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