include/comphelper/ChainablePropertySet.hxx | 4 +--- include/comphelper/ChainablePropertySetInfo.hxx | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-)
New commits: commit 47944d9f83a67b40f0438cb770d84d616e3d3b50 Author: OUBOUSKEN ILYAS <[email protected]> AuthorDate: Sun Feb 8 02:43:15 2026 +0200 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Feb 12 07:45:56 2026 +0100 tdf#143148 Replace traditional include guards with #pragma once in ChainablePropertySet.hxx and ChainablePropertySetInfo.hxx. Change-Id: I414f8e54e87de2d4a8fbc4c1390c50f07728aec0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198893 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/include/comphelper/ChainablePropertySet.hxx b/include/comphelper/ChainablePropertySet.hxx index 20bbe030d978..0a0fda0d742d 100644 --- a/include/comphelper/ChainablePropertySet.hxx +++ b/include/comphelper/ChainablePropertySet.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_COMPHELPER_CHAINABLEPROPERTYSET_HXX -#define INCLUDED_COMPHELPER_CHAINABLEPROPERTYSET_HXX +#pragma once #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyState.hpp> @@ -143,6 +142,5 @@ namespace comphelper virtual css::uno::Any SAL_CALL getPropertyDefault( const OUString& aPropertyName ) override final; }; } -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/comphelper/ChainablePropertySetInfo.hxx b/include/comphelper/ChainablePropertySetInfo.hxx index 5ece0701c308..a994512e7208 100644 --- a/include/comphelper/ChainablePropertySetInfo.hxx +++ b/include/comphelper/ChainablePropertySetInfo.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_COMPHELPER_CHAINABLEPROPERTYSETINFO_HXX -#define INCLUDED_COMPHELPER_CHAINABLEPROPERTYSETINFO_HXX +#pragma once #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <comphelper/PropertyInfoHash.hxx> @@ -59,6 +58,5 @@ namespace comphelper friend class MasterPropertySet; }; } -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
