vcl/source/control/imivctl.hxx     |    5 +----
 vcl/source/control/wizimpldata.hxx |    5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

New commits:
commit e519b121e3e43e4fd9e8e11c2ead4076ccda422f
Author:     zonnebloempje <alcamanxim...@gmail.com>
AuthorDate: Wed Nov 2 23:58:46 2022 -0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Thu Nov 3 07:35:38 2022 +0100

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

diff --git a/vcl/source/control/imivctl.hxx b/vcl/source/control/imivctl.hxx
index be442e495678..5a052c083efa 100644
--- a/vcl/source/control/imivctl.hxx
+++ b/vcl/source/control/imivctl.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SVTOOLS_SOURCE_CONTNR_IMIVCTL_HXX
-#define INCLUDED_SVTOOLS_SOURCE_CONTNR_IMIVCTL_HXX
+#pragma once
 
 #include <sal/config.h>
 
@@ -508,6 +507,4 @@ public:
     void                OutputSizeChanged();
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/control/wizimpldata.hxx 
b/vcl/source/control/wizimpldata.hxx
index f943c0473aec..7565cb0897e4 100644
--- a/vcl/source/control/wizimpldata.hxx
+++ b/vcl/source/control/wizimpldata.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_SOURCE_CONTROL_WIZIMPLDATA_HXX
-#define INCLUDED_VCL_SOURCE_CONTROL_WIZIMPLDATA_HXX
+#pragma once
 
 #include <stack>
 
@@ -59,6 +58,4 @@ namespace vcl
     };
 }   // namespace svt
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to