Fix typos
Change-Id: Idd21ee0026d8a36653f0fb25b350dae37315f603 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125336 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
This commit is contained in:
parent
6e04ef6eda
commit
187b28063f
2 changed files with 2 additions and 2 deletions
|
@ -884,7 +884,7 @@ void SkiaSalGraphicsImpl::privateDrawAlphaRect(tools::Long nX, tools::Long nY, t
|
|||
paint.setStyle(SkPaint::kStroke_Style);
|
||||
if (mScaling != 1 && isUnitTestRunning())
|
||||
{
|
||||
// On HiDPI displays, do not draw just a harline but instead a full-width "pixel" when running unittests,
|
||||
// On HiDPI displays, do not draw just a hairline but instead a full-width "pixel" when running unittests,
|
||||
// since tests often require precise pixel drawing.
|
||||
paint.setStrokeWidth(1); // this will be scaled by mScaling
|
||||
paint.setStrokeCap(SkPaint::kSquare_Cap);
|
||||
|
|
|
@ -64,7 +64,7 @@ Try:
|
|||
_RangeSelectionFinished = False
|
||||
oController.startRangeSelection(pvPropertyValues)
|
||||
|
||||
' Dummy thread synchonization
|
||||
' Dummy thread synchronization
|
||||
lCountLoops = 0
|
||||
Do While Not _RangeSelectionFinished And lCountLoops < cstMaxSleep
|
||||
Wait(cstSleep)
|
||||
|
|
Loading…
Reference in a new issue