diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-26 19:28:59 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-27 01:28:55 +0200 |
commit | e6ac6cbccf0e26b860b2a8c276fea258091d9da3 (patch) | |
tree | cc02ebc6b409c507892bcf550e21f70c0c52b3d5 /sd/source/ui | |
parent | 367b254c73bf7b64135f0429d50d03fee749cef7 (diff) |
automaticly -> automatically.
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/Outliner.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index cceac1440d2c..3635306ac32d 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -896,7 +896,7 @@ EffectSequence CustomAnimationList::getSelection() const aSelection.push_back( pEffect ); // if the selected effect is not expanded and has children - // we say that the children are automaticly selected + // we say that the children are automatically selected if( !IsExpanded( pEntry ) ) { CustomAnimationListEntry* pChild = dynamic_cast< CustomAnimationListEntry* >( FirstChild( pEntry ) ); diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index d7beaabd06b4..d56f754a140e 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -1664,7 +1664,7 @@ bool Outliner::ConvertNextDocument() mpDrawDocument->GetDocSh()->SetWaitCursor( false ); ClearModifyFlag(); - // for text conversion we automaticly wrap around one + // for text conversion we automatically wrap around one // time and stop at the start shape if( mpFirstObj ) { |