diff options
author | Michael T. Whiteley <mike@whiteley.org> | 2011-12-06 23:04:19 -0800 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-07 11:48:24 +0200 |
commit | 181b1815f807635ecdd8e5f8bbd2c5798f8d7703 (patch) | |
tree | 11654a832a6ac275c650cc29010c48263a49dfb7 /svx | |
parent | 8538a096603341d78e7c104dacf3048ad7fb953b (diff) |
Change "menues" to "menus"
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/mnuctrls/SmartTagCtl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/mnuctrls/SmartTagCtl.cxx b/svx/source/mnuctrls/SmartTagCtl.cxx index 8d83ae30bba2..ffe8ad36d94b 100644 --- a/svx/source/mnuctrls/SmartTagCtl.cxx +++ b/svx/source/mnuctrls/SmartTagCtl.cxx @@ -103,7 +103,7 @@ void SvxSmartTagsControl::FillMenu() const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, rLocale ); - // no sub-menues if there's only one smart tag type listed: + // no sub-menus if there's only one smart tag type listed: PopupMenu* pSbMenu = mpMenu; if ( 1 < rActionComponentsSequence.getLength() ) { |