sw/source/ui/vba/vbasystem.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit d4c44b6350732684920f3697a8ad3067cd77eea7 Author: mkt1 <[email protected]> AuthorDate: Wed Sep 10 21:41:09 2025 -0700 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Wed Sep 24 11:41:21 2025 +0200 tdf#143148: Use pragma once instead of include guards Update sw/source/ui/vba/vbasystem.hxx Replace include guard with pragma once Change-Id: Iaca9012ce05bdbb250f96e24f24518f19aae37db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190785 Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> Tested-by: Jenkins diff --git a/sw/source/ui/vba/vbasystem.hxx b/sw/source/ui/vba/vbasystem.hxx index c0acb2ad490f..ad9dbc14fec3 100644 --- a/sw/source/ui/vba/vbasystem.hxx +++ b/sw/source/ui/vba/vbasystem.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_SW_SOURCE_UI_VBA_VBASYSTEM_HXX -#define INCLUDED_SW_SOURCE_UI_VBA_VBASYSTEM_HXX +#pragma once #include <ooo/vba/word/XSystem.hpp> #include <vbahelper/vbahelperinterface.hxx> @@ -59,6 +58,5 @@ public: virtual OUString getServiceImplName() override; virtual css::uno::Sequence<OUString> getServiceNames() override; }; -#endif // INCLUDED_SW_SOURCE_UI_VBA_VBASYSTEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
