[Libreoffice-commits] core.git: framework/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 26 13:36:12 UTC 2020
framework/inc/uielement/uicommanddescription.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 83de7f38b7ae3c0b357974a536ae53fd6a2d231e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 26 13:26:08 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 26 15:35:36 2020 +0200
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 at yahoo.fr>
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: */
More information about the Libreoffice-commits
mailing list