summaryrefslogtreecommitdiff
path: root/unodevtools/source/skeletonmaker/skeletoncpp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/skeletonmaker/skeletoncpp.hxx')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncpp.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncpp.hxx b/unodevtools/source/skeletonmaker/skeletoncpp.hxx
index 9599c97d8246..822c92bb3415 100644
--- a/unodevtools/source/skeletonmaker/skeletoncpp.hxx
+++ b/unodevtools/source/skeletonmaker/skeletoncpp.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCPP_HXX
-#define INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCPP_HXX
+#pragma once
#include <fstream>
#include <string_view>
@@ -92,6 +91,4 @@ void generateXDispatchProvider(std::ostream& o,
}
-#endif // INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCPP_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */