summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorViKrAm-Baisclear <vikrambais02@gmail.com>2021-01-11 15:05:50 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-02-07 12:44:12 +0100
commit1e195878066f49bd78765e9a05081c496b770525 (patch)
tree4c922b47cd156e1329c7a74400673eb7cce79430 /starmath
parent96a38db6e5e9c6a333a3a5c268798edb2ce2d466 (diff)
tdf#124176 used pragma once instead of include guards
Change-Id: Idf57df70ac895915959e8d35e493c0e8b8db137f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109080 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/action.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/inc/action.hxx b/starmath/inc/action.hxx
index 8f98d12cf2a4..d1d61f8b17b2 100644
--- a/starmath/inc/action.hxx
+++ b/starmath/inc/action.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_STARMATH_INC_ACTION_HXX
-#define INCLUDED_STARMATH_INC_ACTION_HXX
+#pragma once
#include <svl/undo.hxx>
#include "format.hxx"
@@ -39,6 +38,4 @@ public:
virtual OUString GetComment() const override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */