diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 13:53:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:45:36 +0100 |
commit | 800e09a3ce02417a52f8a1de261f1fc448dee590 (patch) | |
tree | f15276b16b5cd77804b05f78b516ee3b5ec58633 /sc/source | |
parent | aa1b4a294da57bbc54c492c94919486a64b6866f (diff) |
Typos: caculate->calculate + acceses->accesses
Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda
Diffstat (limited to 'sc/source')
-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 cc9bf9810062..07c9a2149dc4 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -870,7 +870,7 @@ void ScInputWindow::MouseButtonDown( const MouseEvent& rMEvt ) // find the height of the gridwin, we don't wan't to be // able to expand the toolbar too far so we need to - // caculate an upper limit + // calculate an upper limit // I'd prefer to leave at least a single column header and a // row but I don't know how to get that value in pixels. // Use TBX_WINDOW_HEIGHT for the moment |