[Libreoffice-commits] core.git: cui/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 7 08:39:42 UTC 2019


 cui/source/dialogs/screenshotannotationdlg.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b9b39acea7ec3867b0d911128148b03bf24a66ca
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 7 09:16:16 2019 +0200
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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)


More information about the Libreoffice-commits mailing list