include/comphelper/accessiblecontexthelper.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
New commits: commit fb5af8b6b8bf02de61e858bc661c08c6d94d32a8 Author: Ashwani kumar <ashwani1235ku...@gmail.com> AuthorDate: Thu Jan 9 21:17:13 2025 +0530 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Jan 10 12:21:53 2025 +0100 tdf#143148 Use #pragma once instead of include guards Change-Id: I3085a272cda147f64df750e5d9b29368b72b4ec1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180025 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Tested-by: Jenkins diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx index 59a87a6987df..229a4e09615a 100644 --- a/include/comphelper/accessiblecontexthelper.hxx +++ b/include/comphelper/accessiblecontexthelper.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_COMPHELPER_ACCESSIBLECONTEXTHELPER_HXX -#define INCLUDED_COMPHELPER_ACCESSIBLECONTEXTHELPER_HXX +#pragma once #include <comphelper/accessiblecomponenthelper.hxx> #include <comphelper/solarmutex.hxx> @@ -90,8 +89,4 @@ namespace comphelper } // namespace comphelper - -#endif // INCLUDED_COMPHELPER_ACCESSIBLECONTEXTHELPER_HXX - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */