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 /embeddedobj/source | |
parent | 8538a096603341d78e7c104dacf3048ad7fb953b (diff) |
Change "menues" to "menus"
Diffstat (limited to 'embeddedobj/source')
-rw-r--r-- | embeddedobj/source/general/docholder.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/general/docholder.cxx b/embeddedobj/source/general/docholder.cxx index 5e24643c6988..036c2d65b807 100644 --- a/embeddedobj/source/general/docholder.cxx +++ b/embeddedobj/source/general/docholder.cxx @@ -747,11 +747,11 @@ sal_Bool DocumentHolder::ShowUI( const uno::Reference< ::com::sun::star::frame:: // as long as the LM is invisible and locked an empty tool space will be used on resizing xOwnLM->setDockingAreaAcceptor( xDocAreaAcc ); - // try to merge menues; don't do anything else if it fails + // try to merge menus; don't do anything else if it fails if ( MergeMenues_Impl( xOwnLM, xContainerLM, xContainerDP, aContModuleName ) ) { // make sure that the container LM does not control the size of the containers window anymore - // this must be done after merging menues as we won't get the container menu otherwise + // this must be done after merging menus as we won't get the container menu otherwise xContainerLM->setDockingAreaAcceptor( uno::Reference < ui::XDockingAreaAcceptor >() ); // prevent further changes at this LM |