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

Chris Sherlock (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 8 09:25:01 UTC 2021


 vcl/source/bitmap/BitmapShadowFilter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e27be8cf095d0a71866d2a415e958ee599c6b360
Author:     Chris Sherlock <chris.sherlock79 at gmail.com>
AuthorDate: Fri Jan 8 19:25:03 2021 +1100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Jan 8 10:24:21 2021 +0100

    vcl: followup fix to c8d564094e
    
    Change-Id: I9dcff185eb3df4c79dcedd27bef488762ea19c3f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108959
    Tested-by: Stephan Bergmann <sbergman at redhat.com>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/source/bitmap/BitmapShadowFilter.cxx b/vcl/source/bitmap/BitmapShadowFilter.cxx
index 64c7ff470297..07e1fd6ad534 100644
--- a/vcl/source/bitmap/BitmapShadowFilter.cxx
+++ b/vcl/source/bitmap/BitmapShadowFilter.cxx
@@ -12,7 +12,7 @@
 #include <vcl/BitmapColor.hxx>
 #include <vcl/BitmapShadowFilter.hxx>
 
-#include <bitmapwriteaccess.hxx>
+#include <bitmap/BitmapWriteAccess.hxx>
 
 BitmapEx BitmapShadowFilter::execute(BitmapEx const& rBitmapEx) const
 {


More information about the Libreoffice-commits mailing list