summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/loadmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/loadmodule.hxx')
-rw-r--r--cppu/source/uno/loadmodule.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/uno/loadmodule.hxx b/cppu/source/uno/loadmodule.hxx
index cde33594ce06..4d6c322c1078 100644
--- a/cppu/source/uno/loadmodule.hxx
+++ b/cppu/source/uno/loadmodule.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CPPU_SOURCE_UNO_LOADMODULE_HXX
-#define INCLUDED_CPPU_SOURCE_UNO_LOADMODULE_HXX
+#pragma once
#include <sal/config.h>
#include <rtl/ustring.hxx>
@@ -43,6 +42,4 @@ bool loadModule(osl::Module & rModule, OUString const & name);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */