diff options
author | ShyamPraveenSingh <shyampraveensingh@gmail.com> | 2020-11-24 09:26:32 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2020-11-24 10:59:22 +0100 |
commit | 47bb1e449f8dd1668c4e50ab7df980f4e3de8319 (patch) | |
tree | 1af75c98879c2a1cb71d7a5ac268ea5d4d0d4794 /extensions/source/abpilot/datasourcehandling.hxx | |
parent | 6975e4387640a1473ca158f503637be61ac9dedb (diff) |
tdf#124176 Use #pragma once in extensions/source/abpilot
Change-Id: Ia370a447a23d6d78c380667fd07ba5f230c927dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106474
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'extensions/source/abpilot/datasourcehandling.hxx')
-rw-r--r-- | extensions/source/abpilot/datasourcehandling.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx index b6fbfc2c8f3b..6f2b96eef68b 100644 --- a/extensions/source/abpilot/datasourcehandling.hxx +++ b/extensions/source/abpilot/datasourcehandling.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_DATASOURCEHANDLING_HXX -#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_DATASOURCEHANDLING_HXX +#pragma once #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/XComponentContext.hpp> @@ -184,8 +183,4 @@ namespace abp } // namespace abp - - -#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_DATASOURCEHANDLING_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |