diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:13:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:18 +0100 |
commit | 7d3b9d3333aa1aaa1066863f95e29e506e21ad52 (patch) | |
tree | 41079761a8d9ce0f65015d84bb3e431f5d0d0f0e /sd | |
parent | 8bb09efc92fe4de373f4ed4759f29108feb8cc3a (diff) |
typo: optimisation -> optimization
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshowviewimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshowviewimpl.cxx b/sd/source/ui/slideshow/slideshowviewimpl.cxx index 903e1eeb2a16..853a30f9c274 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.cxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.cxx @@ -661,7 +661,7 @@ void SlideShowView::init() getTransformation(); - // #i48939# only switch on kind of hacky scroll optimisation, when + // #i48939# only switch on kind of hacky scroll optimization, when // running fullscreen. this minimizes the probability that other // windows partially cover the show. if( mbFullScreen ) |