diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:12:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:06 +0200 |
commit | 92b22157864f82e76863f5d77b32f63eb203322a (patch) | |
tree | 40af9594e43ee205ecdb10edd55862819448f0c6 /svtools | |
parent | 503edef6b20f06e12b6170247896343f90ebaa7a (diff) |
typo: hilight -> highlight
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/toolpanel/paneltabbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/toolpanel/paneltabbar.cxx b/svtools/source/toolpanel/paneltabbar.cxx index 710e7f778bee..3e77743fd65a 100644 --- a/svtools/source/toolpanel/paneltabbar.cxx +++ b/svtools/source/toolpanel/paneltabbar.cxx @@ -163,7 +163,7 @@ namespace svt aSelectionRect.Bottom() -= ITEM_OUTER_SPACE / 2; i_rActualWindow.DrawSelectionBackground( aSelectionRect, - ( bHovered || bFocused ) ? ( bActive ? 1 : 2 ) : 0 /* hilight */, + ( bHovered || bFocused ) ? ( bActive ? 1 : 2 ) : 0 /* highlight */, bActive /* check */, true /* border */, false /* ext border only */, |