summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-26 13:26:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-26 15:35:36 +0200
commit83de7f38b7ae3c0b357974a536ae53fd6a2d231e (patch)
tree97a0d19bb03640930ba63f7b9f6c96ae8fa63542 /framework
parent9f07fb6d15de5682cc2e09f0261ba59341ceb8ef (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>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/uielement/uicommanddescription.hxx5
1 files changed, 1 insertions, 4 deletions
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 <unordered_map>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -92,6 +91,4 @@ public:
} // namespace framework
-#endif // __FRAMEWORK_SERVICES_UICOMMANDDESCRPTION_HXX_
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */