| commit | 83de7f38b7ae3c0b357974a536ae53fd6a2d231e | [log] |
|---|---|---|
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | Sun Apr 26 13:26:08 2020 +0200 |
| committer | Julien Nabet <serval2412@yahoo.fr> | Sun Apr 26 15:35:36 2020 +0200 |
| tree | 97a0d19bb03640930ba63f7b9f6c96ae8fa63542 | |
| parent | 9f07fb6d15de5682cc2e09f0261ba59341ceb8ef [diff] |
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 <serval2412@yahoo.fr>
diff --git a/framework/inc/uielement/uicommanddescription.hxx b/framework/inc/uielement/uicommanddescription.hxx index 652a896..6886224 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 <unordered_map> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -92,6 +91,4 @@ } // namespace framework #endif // __FRAMEWORK_SERVICES_UICOMMANDDESCRPTION_HXX_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */