summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael T. Whiteley <mike@whiteley.org>2011-12-06 23:04:19 -0800
committerEike Rathke <erack@redhat.com>2011-12-07 17:19:54 +0100
commit2c0f98dbff429cdc626d116adbc2de1e9b4e990e (patch)
tree6b5c293d632e9d46f1522f29bcee59edd351637d /svx
parent63a30059d30871ef1fc1920cb9fd17c2d23996c2 (diff)
Change "menues" to "menus"
Diffstat (limited to 'svx')
-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() )
{