summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_xml.h')
-rw-r--r--desktop/source/deployment/inc/dp_xml.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/source/deployment/inc/dp_xml.h b/desktop/source/deployment/inc/dp_xml.h
index 1831e2b32169..608073328b38 100644
--- a/desktop/source/deployment/inc/dp_xml.h
+++ b/desktop/source/deployment/inc/dp_xml.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_XML_H
-#define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_XML_H
+#pragma once
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
@@ -40,6 +39,4 @@ void xml_parse(
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */