From 83de7f38b7ae3c0b357974a536ae53fd6a2d231e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 26 Apr 2020 13:26:08 +0200 Subject: tdf#124176: Use pragma once instead of include guards Started to fix typo DESCRPTION ended with #pragma Change-Id: I0a99e0d1f0696cfbf2cd54e97b8b346bbe8e7e4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92925 Tested-by: Jenkins Reviewed-by: Julien Nabet --- framework/inc/uielement/uicommanddescription.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'framework') diff --git a/framework/inc/uielement/uicommanddescription.hxx b/framework/inc/uielement/uicommanddescription.hxx index 652a8966805c..6886224ceb00 100644 --- a/framework/inc/uielement/uicommanddescription.hxx +++ b/framework/inc/uielement/uicommanddescription.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_FRAMEWORK_INC_UIELEMENT_UICOMMANDDESCRIPTION_HXX -#define INCLUDED_FRAMEWORK_INC_UIELEMENT_UICOMMANDDESCRIPTION_HXX +#pragma once #include #include @@ -92,6 +91,4 @@ public: } // namespace framework -#endif // __FRAMEWORK_SERVICES_UICOMMANDDESCRPTION_HXX_ - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit