summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_arm/share.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_arm/share.hxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/share.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/share.hxx b/bridges/source/cpp_uno/gcc3_linux_arm/share.hxx
index 0faa612d92fd..284d2b6ffbee 100644
--- a/bridges/source/cpp_uno/gcc3_linux_arm/share.hxx
+++ b/bridges/source/cpp_uno/gcc3_linux_arm/share.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_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_ARM_SHARE_HXX
-#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_ARM_SHARE_HXX
+#pragma once
#include "sal/config.h"
#include <typeinfo>
@@ -157,6 +156,4 @@ namespace arm
bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef );
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */