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

New commits:
commit e9d4fe965aa40496fb0e2107a3abf1e260a65c28
Author:     Amir H <a.e.miir...@gmail.com>
AuthorDate: Sat Jun 25 11:29:24 2022 +0430
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 26 08:34:19 2022 +0200

    tdf#143148 Use pragma once instead of the include guards
    
    Change-Id: Ief3c0d01746ea1897b55f4f0994237d28a8a04e6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136440
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/osx/cuidraw.hxx b/vcl/osx/cuidraw.hxx
index 02cd2cdc354c..de625ce0a8a9 100644
--- a/vcl/osx/cuidraw.hxx
+++ b/vcl/osx/cuidraw.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_OSX_CUIDRAW_HXX
-#define INCLUDED_VCL_OSX_CUIDRAW_HXX
+#pragma once
 
 #include <sal/config.h>
 
@@ -42,6 +41,5 @@ void CUIDraw(
 
 #endif
 
-#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to