summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
Diffstat (limited to 'cui')
-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)