include/svx/hexcolorcontrol.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 083d48298416d4a1f579600ac8763df93254b786 Author: Michael Weghorn <[email protected]> AuthorDate: Thu Dec 4 19:06:11 2025 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Dec 6 08:38:37 2025 +0100 svx: Use #pragma once Change-Id: Ia0fb9324212168abf6cbba1772b19d016f63b550 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195092 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/include/svx/hexcolorcontrol.hxx b/include/svx/hexcolorcontrol.hxx index e1470c982a00..7d4297749ff5 100644 --- a/include/svx/hexcolorcontrol.hxx +++ b/include/svx/hexcolorcontrol.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVX_HEXCOLOR_HXX -#define INCLUDED_SVX_HEXCOLOR_HXX +#pragma once #include <svx/svxdllapi.h> #include <tools/color.hxx> @@ -52,6 +51,4 @@ public: } -#endif // INCLUDED_SVX_HEXCOLOR_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
