From a8a195c9e722861dac5d9fce282edd9558c797a7 Mon Sep 17 00:00:00 2001 From: Jason Gerlowski Date: Fri, 7 Mar 2014 14:09:57 -0500 Subject: fdo#68849 Add header guards to bridges/* files. Change-Id: I8599908ccf1aba9a0843eb41dc16c21455acc5ba Signed-off-by: Stephan Bergmann --- bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bridges/source/cpp_uno/gcc3_linux_hppa') diff --git a/bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx b/bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx index 0e1e658ba48d..5d868e5ddff3 100644 --- a/bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx +++ b/bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx @@ -16,6 +16,8 @@ * 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_HPPA_SHARE_HXX +#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_HPPA_SHARE_HXX #include "uno/mapping.h" @@ -88,4 +90,5 @@ namespace hppa bool isRegisterReturn( typelib_TypeDescriptionReference *pTypeRef ); } +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit