summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/IdentityMapping.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/IdentityMapping.hxx')
-rw-r--r--cppu/source/uno/IdentityMapping.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/uno/IdentityMapping.hxx b/cppu/source/uno/IdentityMapping.hxx
index fe2a644061bd..4a6db6d81bc1 100644
--- a/cppu/source/uno/IdentityMapping.hxx
+++ b/cppu/source/uno/IdentityMapping.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CPPU_SOURCE_UNO_IDENTITYMAPPING_HXX
-#define INCLUDED_CPPU_SOURCE_UNO_IDENTITYMAPPING_HXX
+#pragma once
#include <uno/mapping.h>
@@ -26,6 +25,4 @@ namespace com::sun::star::uno { class Environment; }
uno_Mapping * createIdentityMapping(const css::uno::Environment & rEnv);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */