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

New commits:
commit 5682e1d4145c26fc8021879df0543d5aeacf9c83
Author:     Cristina Mustatea <cristina.musta...@protonmail.com>
AuthorDate: Thu Sep 21 17:40:52 2023 +0300
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Sun Nov 19 01:54:09 2023 +0100

    tdf#143148 Use pragma once instead of include guards
    
    Change-Id: I5da0bf7d780f5336ecfd17882e5bfd1ac7fb4a3d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157156
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/vcl/inc/unx/desktops.hxx b/vcl/inc/unx/desktops.hxx
index 2056c2c37928..b40004230f91 100644
--- a/vcl/inc/unx/desktops.hxx
+++ b/vcl/inc/unx/desktops.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_INC_UNX_DESKTOPS_HXX
-#define INCLUDED_VCL_INC_UNX_DESKTOPS_HXX
+#pragma once
 
 #include <sal/config.h>
 
@@ -37,6 +36,4 @@ enum SAL_DLLPUBLIC_RTTI DesktopType
     DESKTOP_LXQT
 }; // keep in sync with desktop_strings[] in salplug.cxx
 
-#endif // INCLUDED_VCL_INC_UNX_DESKTOPS_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to