vcl/inc/saltimer.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 44522c38eca2955d2728dd7f0c433dcabb729f3b
Author:     Ashok <ashokemai...@yahoo.com>
AuthorDate: Wed Jul 24 14:29:32 2024 -0700
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Thu Jul 25 16:45:30 2024 +0200

    tdf#143148 Use pragma once instead of include guards
    
    Change-Id: I4d29ac20dc56b32d394beada19f7f1d8f99d22ae
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170985
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/vcl/inc/saltimer.hxx b/vcl/inc/saltimer.hxx
index 69545ac96b87..3cdb47777139 100644
--- a/vcl/inc/saltimer.hxx
+++ b/vcl/inc/saltimer.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_INC_SALTIMER_HXX
-#define INCLUDED_VCL_INC_SALTIMER_HXX
+#pragma once
 
 #include <sal/config.h>
 #include <vcl/dllapi.h>
@@ -98,6 +97,4 @@ public:
     }
 };
 
-#endif // INCLUDED_VCL_INC_SALTIMER_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to