vcl/headless/CairoCommon.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 0aaf804de48076bd8bed6459b7c40d87eea4535e
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Sat Mar 16 19:56:28 2024 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Sat Mar 16 22:29:20 2024 +0100

    ofz#67408 Build failure
    
    use of undeclared identifier 'SVP_CAIRO_ALPHA
    
    Change-Id: I546d2d203929702e46bd6de6242d70c21b636885
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164931
    Tested-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/vcl/headless/CairoCommon.cxx b/vcl/headless/CairoCommon.cxx
index 182a44b9aaf2..9a84903e5483 100644
--- a/vcl/headless/CairoCommon.cxx
+++ b/vcl/headless/CairoCommon.cxx
@@ -21,9 +21,7 @@
 #include <vcl/svapp.hxx>
 #include <headless/BitmapHelper.hxx>
 #include <headless/CairoCommon.hxx>
-#ifdef ANDROID
-#include <vcl/cairo.hxx> // for correct compilation in only android
-#endif
+#include <vcl/cairo.hxx>
 #include <vcl/BitmapTools.hxx>
 #include <SalGradient.hxx>
 #include <tools/helpers.hxx>
  • core.git: vcl/headless Caolán McNamara (via logerrit)

Reply via email to