[Libreoffice-commits] core.git: vcl/source
Chris Sherlock (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 20 12:52:33 UTC 2020
vcl/source/gdi/print2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bd8a6029d96c7ea126d3db896b6ccfac34f13b00
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
AuthorDate: Tue May 12 22:35:59 2020 +1000
Commit: Tomaž Vajngerl <quikee at gmail.com>
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 <quikee at gmail.com>
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();
More information about the Libreoffice-commits
mailing list