diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-21 12:32:16 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-22 11:55:29 +0000 |
commit | 5c89214a80f0284eafaf4eba23243dfe3c9f7193 (patch) | |
tree | f7ec4dfd817ff589e8cebf5e92dcdee902a10996 /toolkit/inc | |
parent | def619581f3a833c4c476548c6d17a76d204dd28 (diff) |
fdo#39674: Rename menues to menu
Change-Id: Idc22167d1a0dc518b3f9e96884213140d07b565b
Reviewed-on: https://gerrit.libreoffice.org/2316
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxmenu.hxx b/toolkit/inc/toolkit/awt/vclxmenu.hxx index 361ba46b72d7..ba8e1764c261 100644 --- a/toolkit/inc/toolkit/awt/vclxmenu.hxx +++ b/toolkit/inc/toolkit/awt/vclxmenu.hxx @@ -58,7 +58,7 @@ private: ::osl::Mutex maMutex; Menu* mpMenu; MenuListenerMultiplexer maMenuListeners; - PopupMenuRefList maPopupMenueRefs; + PopupMenuRefList maPopupMenuRefs; protected: ::osl::Mutex& GetMutex() { return maMutex; } |