summaryrefslogtreecommitdiffstats
path: root/codemaker/source/cppumaker/dumputils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/dumputils.hxx')
-rw-r--r--codemaker/source/cppumaker/dumputils.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/codemaker/source/cppumaker/dumputils.hxx b/codemaker/source/cppumaker/dumputils.hxx
index c89b40df994b..965b64eda93f 100644
--- a/codemaker/source/cppumaker/dumputils.hxx
+++ b/codemaker/source/cppumaker/dumputils.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DUMPUTILS_HXX
-#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DUMPUTILS_HXX
+#pragma once
#include <sal/config.h>
@@ -37,6 +36,4 @@ void dumpTypeIdentifier(FileStream & out, rtl::OUString const & entityName);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */