include/basic/sbx.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 4e822d22e11e241113e392a1475a479e052df909 Author: buldi <dobrakowskira...@gmail.com> AuthorDate: Sat Feb 11 03:55:46 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Feb 13 13:18:18 2023 +0000 tdf#143148 Use pragma once instead of include guard Change-Id: I6fa77335ced02442eec69b0dbb088505eb4b1aa0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146818 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index 7997f53ef422..53f9d1b0760d 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASIC_SBX_HXX -#define INCLUDED_BASIC_SBX_HXX +#pragma once #include <config_options.h> #include <tools/ref.hxx> @@ -208,6 +207,4 @@ typedef tools::SvRef<SbxArray> SbxArrayRef; typedef tools::SvRef<SbxInfo> SbxInfoRef; typedef tools::SvRef<SbxDimArray> SbxDimArrayRef; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */