summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-07 09:16:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-07 10:39:08 +0200
commitb9b39acea7ec3867b0d911128148b03bf24a66ca (patch)
tree79f4a6df0f81bd047c32a77d3e7bb27da7c3801f
parentf2bc27972c13f54c4860a3ca995017bc5ad84e6e (diff)
Fix typos
Change-Id: Ia6760e685e7f38458a8c78e6304d06d0e7222805 Reviewed-on: https://gerrit.libreoffice.org/78740 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--cui/source/dialogs/screenshotannotationdlg.cxx6
1 files changed, 3 insertions, 3 deletions
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)