[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 30 18:50:02 UTC 2020
vcl/source/gdi/salgdilayout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aa56e3b8ef8c2bb16610d45ed21b06fa38ba53a1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Nov 29 11:50:18 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Nov 30 19:49:17 2020 +0100
Fix typo
Change-Id: I8825246507e78165d7125919ae94e3bd3056bf5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106838
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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;
}
More information about the Libreoffice-commits
mailing list