vcl/osx/DragActionConversion.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 2558bb6cfd7e3faf33b7b24cb056a8e44ba8297d Author: ehsan <m.ehsan.movahed...@gmail.com> AuthorDate: Sun Jul 10 18:52:30 2022 +0430 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jul 10 17:36:19 2022 +0200 tdf#143148 Use pragma once instead of include guards Change-Id: I89f7fb1ec47ee5d7fc3ddb737527bbf2497f9454 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136774 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/osx/DragActionConversion.hxx b/vcl/osx/DragActionConversion.hxx index 47e6ebed5041..4435f18ee412 100644 --- a/vcl/osx/DragActionConversion.hxx +++ b/vcl/osx/DragActionConversion.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_OSX_DRAGACTIONCONVERSION_HXX -#define INCLUDED_VCL_OSX_DRAGACTIONCONVERSION_HXX +#pragma once #include <sal/types.h> @@ -38,6 +37,4 @@ unsigned int OfficeToSystemDragActions(sal_Int8 dragActions); */ sal_Int8 SystemToOfficeDragActions(unsigned int dragActions); -#endif // INCLUDED_VCL_OSX_DRAGACTIONCONVERSION_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */