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

New commits:
commit c1e65e8010348b39ba9ffadd3ebfd2587a969c82
Author:     U-LAPTOP-06BFT6KB\Client <andreamassim...@gmail.com>
AuthorDate: Thu Sep 15 13:46:55 2022 +0200
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Sat Sep 17 09:16:42 2022 +0200

    tdf#143148 use pragma once instead of include guards
    
    Change-Id: I413382bfe1edc9c9827af338cfbbd17262e839ef
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140083
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx
index dce54d03fb85..17e9411a3c8e 100644
--- a/vcl/inc/win/saldata.hxx
+++ b/vcl/inc/win/saldata.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_INC_WIN_SALDATA_HXX
-#define INCLUDED_VCL_INC_WIN_SALDATA_HXX
+#pragma once
 
 #include <config_features.h>
 
@@ -296,6 +295,4 @@ inline WinSalObject* GetSalObjWindowPtr( HWND hWnd )
     return reinterpret_cast<WinSalObject*>(GetWindowLongPtrW( hWnd, 
SAL_OBJECT_THIS ));
 }
 
-#endif // INCLUDED_VCL_INC_WIN_SALDATA_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to