[Libreoffice-commits] core.git: include/vcl

anirudh4583 (via logerrit) logerrit at kemper.freedesktop.org
Sat Mar 27 10:11:24 UTC 2021


 include/vcl/syswin.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 6e1bd835ed85d9eba9184d0afb5575246a6b7c9a
Author:     anirudh4583 <anirudhmitra210 at gmail.com>
AuthorDate: Sat Mar 27 02:07:12 2021 +0530
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Mar 27 11:10:41 2021 +0100

    tdf#124176 Use pragma once
    
    Change-Id: I58e9a50587d2f815ca09939a650debaa9a0a4969
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113187
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index 7c6f279b7037..7108bc2ba927 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_SYSWIN_HXX
-#define INCLUDED_VCL_SYSWIN_HXX
+#pragma once
 
 #include <vcl/dllapi.h>
 #include <vcl/idle.hxx>
@@ -253,6 +252,5 @@ inline void SystemWindow::SetIdleDebugName( const char *pDebugName )
     maLayoutIdle.SetDebugName( pDebugName );
 }
 
-#endif // INCLUDED_VCL_SYSWIN_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list