vcl/qt5/Qt5Graphics_GDI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eb5291e428c704a61561f2453405a01dd04d0632 Author: Rene Engelhard <r...@debian.org> AuthorDate: Sun Dec 9 20:11:25 2018 +0100 Commit: Rene Engelhard <r...@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Ă <xiscofa...@libreoffice.org> Tested-by: Rene Engelhard <r...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits