diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 12:46:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 17:24:16 +0000 |
commit | 5a72da3d979d88442ea5b7f1f54ba9811173ec64 (patch) | |
tree | 42b746fb4a965e294ad307beaae1e76082fa7d38 /sc/source/ui/app | |
parent | feeb8ccfe1aff373e158b64f76e35da1a4e295c0 (diff) |
Fix typos
Change-Id: I4e1a613fc99b931e84a1955695364e1d25e25e5c
Reviewed-on: https://gerrit.libreoffice.org/35642
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 433f5f61c01d..f9e03970f103 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -950,7 +950,7 @@ void ScInputBarGroup::TriggerToolboxLayout() xLayoutManager->lock(); DataChangedEvent aFakeUpdate( DataChangedEventType::SETTINGS, nullptr, AllSettingsFlags::STYLE ); - // this basically will trigger the reposititioning of the + // this basically will trigger the repositioning of the // items in the toolbar from ImplFormat ( which is controlled by // mnWinHeight ) which in turn is updated in ImplCalcItem which is // controlled by mbCalc. Additionally the ImplFormat above is |