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

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 2 13:42:30 UTC 2020


 include/vcl/BitmapAlphaClampFilter.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e9ecdfc758280189760d50ed2dfe454d3f83a0ea
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Fri Oct 2 11:07:10 2020 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Fri Oct 2 15:41:46 2020 +0200

    fix header guard
    
    Change-Id: I01e21c5ed1ffae27394ddb2b63a8c590f81325d4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103824
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/include/vcl/BitmapAlphaClampFilter.hxx b/include/vcl/BitmapAlphaClampFilter.hxx
index c8b111d931d1..6926c3274e6b 100644
--- a/include/vcl/BitmapAlphaClampFilter.hxx
+++ b/include/vcl/BitmapAlphaClampFilter.hxx
@@ -8,8 +8,8 @@
  *
  */
 
-#ifndef INCLUDED_INCLUDE_VCL_BITMAPMONOCHROMEFILTER_HXX
-#define INCLUDED_INCLUDE_VCL_BITMAPMONOCHROMEFILTER_HXX
+#ifndef INCLUDED_INCLUDE_VCL_BITMAPALPHACLAMPFILTER_HXX
+#define INCLUDED_INCLUDE_VCL_BITMAPALPHACLAMPFILTER_HXX
 
 #include <vcl/BitmapFilter.hxx>
 


More information about the Libreoffice-commits mailing list