diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-27 13:27:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-28 08:32:02 +0200 |
commit | 3543d2d20b9b4c2de69f4352b695bcf6e49e5fb9 (patch) | |
tree | df9327de82efb6b6e334f50482f47efc2cf70f63 /include/vcl | |
parent | b26047be9fdd23efb9712e7c6aeeec22c26ed4dc (diff) |
fix name of method in vcl/Menu, SetHightlightItem to SetHighlightItem
Change-Id: I89a61aeffeebc69e06da6c1130436fb25528f1c7
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/menu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx index 0cd9752af53f..96cf410592a7 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -236,7 +236,7 @@ public: sal_uInt16 GetCurItemId() const; OString GetCurItemIdent() const; - void SetHightlightItem(sal_uInt16 nHighlightedItem); + void SetHighlightItem(sal_uInt16 nHighlightedItem); void SetDefaultItem( sal_uInt16 nItemId ) { nDefaultItem = nItemId; } sal_uInt16 GetDefaultItem() const { return nDefaultItem; } |