diff options
author | mariamfahmy <mariamfahmy66@gmail.com> | 2020-10-17 13:49:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-10-18 10:24:35 +0200 |
commit | 8feb66ac2f08a2fde2567d2c358aab53b3e42c48 (patch) | |
tree | 9861b379a8f43c9272edb52628d7026e92a252f2 /unoidl/source | |
parent | 6ccf4dd2224e4beb567365903249858a2ca00082 (diff) |
tdf#124176: Using pragma once
Change-Id: I634d2eebfa71ebdbe6dc334f3bc29e70a06a94ec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104461
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unoidl/source')
-rw-r--r-- | unoidl/source/legacyprovider.hxx | 5 | ||||
-rw-r--r-- | unoidl/source/sourcefileprovider.hxx | 5 | ||||
-rw-r--r-- | unoidl/source/sourceprovider-parser-requires.hxx | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/unoidl/source/legacyprovider.hxx b/unoidl/source/legacyprovider.hxx index ffee1affb7d0..41310ecdee70 100644 --- a/unoidl/source/legacyprovider.hxx +++ b/unoidl/source/legacyprovider.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UNOIDL_SOURCE_LEGACYPROVIDER_HXX -#define INCLUDED_UNOIDL_SOURCE_LEGACYPROVIDER_HXX +#pragma once #include <sal/config.h> @@ -39,6 +38,4 @@ private: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/unoidl/source/sourcefileprovider.hxx b/unoidl/source/sourcefileprovider.hxx index bb3403b2d0d9..4229301ded50 100644 --- a/unoidl/source/sourcefileprovider.hxx +++ b/unoidl/source/sourcefileprovider.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UNOIDL_SOURCE_SOURCEFILEPROVIDER_HXX -#define INCLUDED_UNOIDL_SOURCE_SOURCEFILEPROVIDER_HXX +#pragma once #include <sal/config.h> @@ -39,6 +38,4 @@ private: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/unoidl/source/sourceprovider-parser-requires.hxx b/unoidl/source/sourceprovider-parser-requires.hxx index 8bfb10a823c5..52b8c79e2a93 100644 --- a/unoidl/source/sourceprovider-parser-requires.hxx +++ b/unoidl/source/sourceprovider-parser-requires.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_PARSER_REQUIRES_HXX -#define INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_PARSER_REQUIRES_HXX +#pragma once #include <sal/config.h> @@ -135,6 +134,4 @@ struct SourceProviderType { } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |