summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2020-05-12 22:35:59 +1000
committerTomaž Vajngerl <quikee@gmail.com>2020-05-20 14:51:59 +0200
commitbd8a6029d96c7ea126d3db896b6ccfac34f13b00 (patch)
tree715ae5f1fc66cabc29890ef23ad14ae306d21131
parent8099c7363c6ddee8390a02389a7dedf7ab9c72b6 (diff)
vcl: remove double colon
Change-Id: I58d8d997a51929d23b13f2bb2bc00c68836e41e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94562 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
-rw-r--r--vcl/source/gdi/print2.cxx2
1 files changed, 1 insertions, 1 deletions
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();