summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-29 11:50:18 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-30 19:49:17 +0100
commitaa56e3b8ef8c2bb16610d45ed21b06fa38ba53a1 (patch)
tree2fef68aeb57e632894c3a106c651c77d931dfcad /vcl
parentf1ea3f09cc05583392ba57da7aecf0331289ed48 (diff)
Fix typo
Change-Id: I8825246507e78165d7125919ae94e3bd3056bf5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106838 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/salgdilayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx
index 3a9a4074a24b..7079fabcf500 100644
--- a/vcl/source/gdi/salgdilayout.cxx
+++ b/vcl/source/gdi/salgdilayout.cxx
@@ -324,7 +324,7 @@ const basegfx::B2DHomMatrix& SalGraphics::getMirror( const OutputDevice* i_pOutD
bool bLastMirrorValid = w == m_aLastMirrorW && bMirrorDeviceLTRButBiDiRtlSet == m_bLastMirrorDeviceLTRButBiDiRtlSet;
if (bLastMirrorValid && bMirrorDeviceLTRButBiDiRtlSet)
{
- // if the device is in in the unusual mode of a LTR device, but layout flags of SalLayoutFlags::BiDiRtl are
+ // if the device is in the unusual mode of a LTR device, but layout flags of SalLayoutFlags::BiDiRtl are
// in use, then the m_aLastMirror is invalid if the distance it should translate has changed
bLastMirrorValid = nMirrorDeviceLTRButBiDiRtlTranslate == m_nLastMirrorDeviceLTRButBiDiRtlTranslate;
}