diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-04 21:15:24 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 09:00:08 +0200 |
commit | 505795db3fa8cd5bb9868ff99f9a8cdf268f4c0b (patch) | |
tree | f075e393daded8d89b6978487f11d7b57753db2a /bridges/inc/bridge.hxx | |
parent | 5381af18b6c5e75b37bdc81d69f376cfedaaf641 (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/inc/bridge.hxx')
-rw-r--r-- | bridges/inc/bridge.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bridges/inc/bridge.hxx b/bridges/inc/bridge.hxx index 5229c1d4ad5f..0a6da78859ca 100644 --- a/bridges/inc/bridge.hxx +++ b/bridges/inc/bridge.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BRIDGES_INC_BRIDGE_HXX -#define INCLUDED_BRIDGES_INC_BRIDGE_HXX +#pragma once #include <sal/config.h> @@ -114,6 +113,4 @@ private: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |