summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-08-04 21:15:24 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-04 09:00:08 +0200
commit505795db3fa8cd5bb9868ff99f9a8cdf268f4c0b (patch)
treef075e393daded8d89b6978487f11d7b57753db2a /bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx
parent5381af18b6c5e75b37bdc81d69f376cfedaaf641 (diff)
tdf#124176 Use #pragma once in bridges
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Icadf43a74e4ba99e587a1e6287adf8d65f819ca1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100144 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx b/bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx
index 122a750fa86b..55bc7e918588 100644
--- a/bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx
+++ b/bridges/source/cpp_uno/gcc3_linux_m68k/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_M68K_SHARE_HXX
-#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_M68K_SHARE_HXX
+#pragma once
#include "uno/mapping.h"
@@ -82,5 +81,4 @@ void raiseException(
void fillUnoException(uno_Any *, uno_Mapping * pCpp2Uno);
}
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */