cui/source/dialogs/screenshotannotationdlg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit b9b39acea7ec3867b0d911128148b03bf24a66ca Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Sep 7 09:16:16 2019 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Sep 7 10:39:08 2019 +0200 Fix typos Change-Id: Ia6760e685e7f38458a8c78e6304d06d0e7222805 Reviewed-on: https://gerrit.libreoffice.org/78740 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx b/cui/source/dialogs/screenshotannotationdlg.cxx index 2ed79d7a221f..c7ea3c1d3282 100644 --- a/cui/source/dialogs/screenshotannotationdlg.cxx +++ b/cui/source/dialogs/screenshotannotationdlg.cxx @@ -172,7 +172,7 @@ private: // all detected children ControlDataCollection maAllChildren; - // hilighted/selected children + // highlighted/selected children ControlDataEntry* mpHilighted; std::set< ControlDataEntry* > maSelected; @@ -515,7 +515,7 @@ void ScreenshotAnnotationDlg_Impl::RepaintToBuffer( PaintControlDataEntry(*rCandidate, COL_LIGHTRED, fLineWidthEntries, fTransparence * 0.2); } - // paint hilighted entry + // paint highlighted entry if (mpHilighted && bPaintHilight) { static const double fLineWidthHilight(7.0); @@ -533,7 +533,7 @@ void ScreenshotAnnotationDlg_Impl::RepaintPictureElement() { if (mpPicture && mpVirtualBufferDevice) { - // reset image in buffer, use dimmed version and allow hilight + // reset image in buffer, use dimmed version and allow highlight RepaintToBuffer(true, true); // copy new content to picture control (hard paint) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits