[Libreoffice-commits] core.git: sc/source
Suhaas Joshi (via logerrit)
logerrit at kemper.freedesktop.org
Sun Feb 28 09:52:17 UTC 2021
sc/source/core/opencl/op_array.hxx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit 414490ddba424b38ef1c627decdb4af8bbdbd717
Author: Suhaas Joshi <joshiesuhaas at gmail.com>
AuthorDate: Thu Jan 7 08:45:14 2021 +0530
Commit: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
CommitDate: Sun Feb 28 10:51:30 2021 +0100
tdf#124176 Use pragma once in sc/source/core/opencl
Change-Id: I90253fdf9528116379cf06cb00a3342944e3351a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108918
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
diff --git a/sc/source/core/opencl/op_array.hxx b/sc/source/core/opencl/op_array.hxx
index b70f3109f85d..cd0ba8c135a9 100644
--- a/sc/source/core/opencl/op_array.hxx
+++ b/sc/source/core/opencl/op_array.hxx
@@ -6,9 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-
-#ifndef INCLUDED_SC_SOURCE_CORE_OPENCL_OP_ARRAY_HXX
-#define INCLUDED_SC_SOURCE_CORE_OPENCL_OP_ARRAY_HXX
+#pragma once
#include "opbase.hxx"
@@ -39,6 +37,4 @@ public:
};
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list