[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - vcl/qt5

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Dec 9 19:32:18 UTC 2018


 vcl/qt5/Qt5Graphics_GDI.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb5291e428c704a61561f2453405a01dd04d0632
Author:     Rene Engelhard <rene at debian.org>
AuthorDate: Sun Dec 9 20:11:25 2018 +0100
Commit:     Rene Engelhard <rene at debian.org>
CommitDate: Sun Dec 9 20:31:57 2018 +0100

    fix build (boo->bool)
    
    Change-Id: Ia25f388f81b827803683859c388317484a2b0cde
    Reviewed-on: https://gerrit.libreoffice.org/64845
    Reviewed-by: Xisco FaulĂ­ <xiscofauli at libreoffice.org>
    Tested-by: Rene Engelhard <rene at debian.org>

diff --git a/vcl/qt5/Qt5Graphics_GDI.cxx b/vcl/qt5/Qt5Graphics_GDI.cxx
index d2692528274d..fb766205f654 100644
--- a/vcl/qt5/Qt5Graphics_GDI.cxx
+++ b/vcl/qt5/Qt5Graphics_GDI.cxx
@@ -657,7 +657,7 @@ void Qt5Graphics::SetFillColor() { m_aFillColor = SALCOLOR_NONE; }
 
 void Qt5Graphics::SetFillColor(Color nColor) { m_aFillColor = nColor; }
 
-void Qt5Graphics::SetXORMode(bool bSet, boo)
+void Qt5Graphics::SetXORMode(bool bSet, bool)
 {
     if (bSet)
         m_eCompositionMode = QPainter::CompositionMode_Xor;


More information about the Libreoffice-commits mailing list