include/sfx2/charwin.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 7990c0675b90a2b449cc7a87abb66f308a287d38 Author: Michael Weghorn <[email protected]> AuthorDate: Tue Dec 9 23:52:40 2025 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Wed Dec 10 17:41:59 2025 +0100 sfx2: Use #pragma once Change-Id: I1d5f03d66030bde3dc17d63352ee23bb92c090d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195344 Reviewed-by: Michael Weghorn <[email protected]> Tested-by: Jenkins diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx index 6bcafdbca9eb..d1d9ceadceab 100644 --- a/include/sfx2/charwin.hxx +++ b/include/sfx2/charwin.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SFX2_INC_CHARWIN_HXX -#define INCLUDED_SFX2_INC_CHARWIN_HXX +#pragma once #include <sfx2/dllapi.h> #include <vcl/customweld.hxx> @@ -130,6 +129,4 @@ private: getFavChar(std::u16string_view sTitle, std::u16string_view rFont) const; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
