include/svx/sidebar/ValueSetWithTextControl.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 89e0fefed1a880856797dfcf1b68646d8cf25054 Author: Michael Weghorn <[email protected]> AuthorDate: Mon Nov 24 11:28:43 2025 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Tue Nov 25 10:09:18 2025 +0100 svx: Use #pragma once Change-Id: If1bc00879c9ad67a28a4309247640f504fcaed9d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194486 Tested-by: Jenkins Code-Style: Michael Weghorn <[email protected]> Reviewed-by: Michael Weghorn <[email protected]> diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx b/include/svx/sidebar/ValueSetWithTextControl.hxx index ac397f9fdab6..e52c53b0051e 100644 --- a/include/svx/sidebar/ValueSetWithTextControl.hxx +++ b/include/svx/sidebar/ValueSetWithTextControl.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_SVX_SIDEBAR_VALUESETWITHTEXTCONTROL_HXX -#define INCLUDED_SVX_SIDEBAR_VALUESETWITHTEXTCONTROL_HXX +#pragma once #include <svx/svxdllapi.h> @@ -56,6 +55,4 @@ private: } // end of namespace svx::sidebar -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
