vcl/source/filter/FilterConfigCache.hxx      |    5 +----
 vcl/source/filter/egif/giflzwc.hxx           |    5 +----
 vcl/source/filter/graphicfilter_internal.hxx |    5 +----
 3 files changed, 3 insertions(+), 12 deletions(-)

New commits:
commit 08e163864fb48c5299518e98ddff57f192a1ba2a
Author:     Bogdan B <buzea.bog...@libreoffice.org>
AuthorDate: Mon Nov 21 20:05:13 2022 +0100
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Tue Nov 22 07:46:50 2022 +0100

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

diff --git a/vcl/source/filter/FilterConfigCache.hxx 
b/vcl/source/filter/FilterConfigCache.hxx
index f398a58ff70a..95e52d80ecaf 100644
--- a/vcl/source/filter/FilterConfigCache.hxx
+++ b/vcl/source/filter/FilterConfigCache.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_SOURCE_FILTER_FILTERCONFIGCACHE_HXX
-#define INCLUDED_VCL_SOURCE_FILTER_FILTERCONFIGCACHE_HXX
+#pragma once
 
 #include <rtl/ustring.hxx>
 #include <vector>
@@ -95,6 +94,4 @@ public:
                 ~FilterConfigCache();
 };
 
-#endif // INCLUDED_VCL_SOURCE_FILTER_FILTERCONFIGCACHE_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/egif/giflzwc.hxx 
b/vcl/source/filter/egif/giflzwc.hxx
index 057710c85230..13ef3f4ba532 100644
--- a/vcl/source/filter/egif/giflzwc.hxx
+++ b/vcl/source/filter/egif/giflzwc.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_EGIF_GIFLZWC_HXX
-#define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_EGIF_GIFLZWC_HXX
+#pragma once
 
 #include <vcl/mapmod.hxx>
 
@@ -50,6 +49,4 @@ public:
     void                        EndCompression();
 };
 
-#endif // INCLUDED_FILTER_SOURCE_GRAPHICFILTER_EGIF_GIFLZWC_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/graphicfilter_internal.hxx 
b/vcl/source/filter/graphicfilter_internal.hxx
index 7e71d8c6d16e..e7afbaf8cb79 100644
--- a/vcl/source/filter/graphicfilter_internal.hxx
+++ b/vcl/source/filter/graphicfilter_internal.hxx
@@ -17,14 +17,11 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_SOURCE_FILTER_GRAPHICFILTER_INTERNAL_HXX
-#define INCLUDED_VCL_SOURCE_FILTER_GRAPHICFILTER_INTERNAL_HXX
+#pragma once
 
 #include <tools/solar.h>
 #include <tools/stream.hxx>
 
 sal_uInt8* ImplSearchEntry(sal_uInt8*, sal_uInt8 const*, sal_uLong, sal_uLong);
 
-#endif // INCLUDED_VCL_SOURCE_FILTER_GRAPHICFILTER_INTERNAL_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to