vcl/source/gdi/print2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bd8a6029d96c7ea126d3db896b6ccfac34f13b00 Author: Chris Sherlock <[email protected]> AuthorDate: Tue May 12 22:35:59 2020 +1000 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Wed May 20 14:51:59 2020 +0200 vcl: remove double colon Change-Id: I58d8d997a51929d23b13f2bb2bc00c68836e41e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94562 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx index dbef5ed04d75..91aea94ebb46 100644 --- a/vcl/source/gdi/print2.cxx +++ b/vcl/source/gdi/print2.cxx @@ -761,7 +761,7 @@ bool OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, const Color& rBackground ) { - MetaAction* pCurrAct = nullptr;; + MetaAction* pCurrAct = nullptr; bool bTransparent( false ); rOutMtf.Clear(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
