diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:58:05 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:30:53 +0000 |
commit | 185f207ef17d58ea81d0c17c1a37cf14647cc71a (patch) | |
tree | 24955c63ae56d1d674704bf1ae18b4164869d4a0 /sc/source/ui/view/tabview5.cxx | |
parent | 7de7eeff1c92427262a2400c69daf2c84cffe088 (diff) |
Fix typos
Change-Id: I3ea8a90f0ec917b4e26335fcd31a5f7e0888589e
Reviewed-on: https://gerrit.libreoffice.org/18972
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r-- | sc/source/ui/view/tabview5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx index c3f551647305..9887de002bce 100644 --- a/sc/source/ui/view/tabview5.cxx +++ b/sc/source/ui/view/tabview5.cxx @@ -472,7 +472,7 @@ void ScTabView::DrawEnableAnim(bool bSet) sal_uInt16 i; if ( pDrawView ) { - // dont start animations if display of graphics is disabled + // don't start animations if display of graphics is disabled // graphics are controlled by VOBJ_TYPE_OLE if ( bSet && aViewData.GetOptions().GetObjMode(VOBJ_TYPE_OLE) == VOBJ_MODE_SHOW ) { |