summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-05-19 16:25:57 +0200
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-21 12:59:32 +0200
commite1e3def8cc15380ff761ba46032bbfadd80d43c8 (patch)
tree1a59f6ef9815d8b1739617794850f8f6e2f160bd /sc/source/ui/docshell/docsh4.cxx
parent68d7364dfbed50a802e61bf94493510405367b31 (diff)
Fix typos
Change-Id: I438b6719817e0bbb47370ec54561eed2bc402cba Reviewed-on: https://gerrit.libreoffice.org/37783 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index 1121ce863554..e27e7484608a 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -383,7 +383,7 @@ void ScDocShell::Execute( SfxRequest& rReq )
if ( pReqArgs && SfxItemState::SET == pReqArgs->GetItemState( nSlot, true, &pItem ) )
bNewVal = static_cast<const SfxBoolItem*>(pItem)->GetValue();
else
- bNewVal = !aDocument.GetAutoCalc(); // Toggle for menue
+ bNewVal = !aDocument.GetAutoCalc(); // Toggle for menu
aDocument.SetAutoCalc( bNewVal );
SetDocumentModified();
if (pBindings)