diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:19:34 +0200 |
commit | de6422b5f3a5e06fe1994442a0f1c277ebed2a45 (patch) | |
tree | 7b208271a3c590435bd692d67f18bf343bcc01f4 /canvas | |
parent | 0650ffefe0ff680e0ef7de9cce724b0e47d8c359 (diff) |
Fix typos
Change-Id: I207333e9bafc5d6c38ffa53a303046e437b7a815
Reviewed-on: https://gerrit.libreoffice.org/77607
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_textlayout_drawhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx index cc3afab92c3a..c751b941e8b5 100644 --- a/canvas/source/directx/dx_textlayout_drawhelper.cxx +++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx @@ -73,7 +73,7 @@ namespace dxcanvas { HDC hdc = rGraphics->GetHDC(); - // issue an ReleaseHDC() when leaving the scope + // issue a ReleaseHDC() when leaving the scope const ::comphelper::ScopeGuard aGuard( [&rGraphics, &hdc]() mutable { rGraphics->ReleaseHDC(hdc); } ); |