diff options
-rw-r--r-- | vcl/source/gdi/salgdilayout.cxx | 2 |
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; } |