From 181b1815f807635ecdd8e5f8bbd2c5798f8d7703 Mon Sep 17 00:00:00 2001 From: "Michael T. Whiteley" Date: Tue, 6 Dec 2011 23:04:19 -0800 Subject: Change "menues" to "menus" --- svx/source/mnuctrls/SmartTagCtl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/mnuctrls') 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() ) { -- cgit