summaryrefslogtreecommitdiffstats
path: root/svx/source
diff options
context:
space:
mode:
authorMichael T. Whiteley <mike@whiteley.org>2011-12-06 23:04:19 -0800
committerTor Lillqvist <tlillqvist@suse.com>2011-12-07 11:48:24 +0200
commit181b1815f807635ecdd8e5f8bbd2c5798f8d7703 (patch)
tree11654a832a6ac275c650cc29010c48263a49dfb7 /svx/source
parentDon't replace getpid on Linux when the system version is correct (diff)
downloadcore-181b1815f807635ecdd8e5f8bbd2c5798f8d7703.tar.gz
core-181b1815f807635ecdd8e5f8bbd2c5798f8d7703.zip
Change "menues" to "menus"
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/mnuctrls/SmartTagCtl.cxx2
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() )
{