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