include/connectivity/BlobHelper.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit c03b09e502bf178ae3b6752408e4f9813d4a49a8 Author: mostafa-elsharnoby <mostafaelsharn...@gmail.com> AuthorDate: Mon Mar 28 01:44:03 2022 -0400 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Wed Mar 30 07:59:32 2022 +0200 tdf#143148: Use pragma once instead of include guards Change-Id: Iad31b4d3d22519059d340a02868080c829ce7b98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132158 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/include/connectivity/BlobHelper.hxx b/include/connectivity/BlobHelper.hxx index 8a99eb30b948..95b5892dc006 100644 --- a/include/connectivity/BlobHelper.hxx +++ b/include/connectivity/BlobHelper.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_CONNECTIVITY_BLOBHELPER_HXX -#define INCLUDED_CONNECTIVITY_BLOBHELPER_HXX +#pragma once #include <connectivity/dbtoolsdllapi.hxx> #include <com/sun/star/sdbc/XBlob.hpp> @@ -39,6 +38,4 @@ namespace connectivity }; } -#endif // INCLUDED_CONNECTIVITY_BLOBHELPER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */