test/source/setupvcl.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 02996d6249ea4fa21b74a21a24d74afe148aac17
Author:     Vincent CARPENTIER <[email protected]>
AuthorDate: Tue Dec 2 17:01:33 2025 +0900
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Sat Dec 13 07:51:34 2025 +0100

    tdf#143148 Use pragma once instead of include guards
    
    Change-Id: Iea5704522938ee13938ffaa4598a95531d5ba069
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194906
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

diff --git a/test/source/setupvcl.hxx b/test/source/setupvcl.hxx
index 5da3b19e03a6..a585eb05a32d 100644
--- a/test/source/setupvcl.hxx
+++ b/test/source/setupvcl.hxx
@@ -7,8 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#ifndef INCLUDED_TEST_SETUPVCL_HXX
-#define INCLUDED_TEST_SETUPVCL_HXX
+#pragma once
 
 #include <sal/config.h>
 
@@ -20,6 +19,4 @@ namespace test
 OOO_DLLPUBLIC_TEST_SETUPVCL void setUpVcl(bool forceHeadless = false);
 }
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */

Reply via email to