From 33bc192286c0f499c0d420b0e6f4a5d8ffbb9bf7 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sun, 22 Dec 2019 01:30:32 +0300 Subject: tdf#124176:Use pragma once instead of include guards Change-Id: Ie00f05a3661a9fd6159c424e01f11e7bb1ea45fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85640 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- basctl/source/basicide/basdoc.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'basctl/source/basicide/basdoc.hxx') diff --git a/basctl/source/basicide/basdoc.hxx b/basctl/source/basicide/basdoc.hxx index 897ce265b1a3..d5b3aabcf961 100644 --- a/basctl/source/basicide/basdoc.hxx +++ b/basctl/source/basicide/basdoc.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BASDOC_HXX -#define INCLUDED_BASCTL_SOURCE_BASICIDE_BASDOC_HXX +#pragma once #include #include @@ -65,6 +64,4 @@ public: // because I don't know how to use nested names in it. typedef basctl::DocShell basctl_DocShell; -#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BASDOC_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit