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 | |
parent | 367b254c73bf7b64135f0429d50d03fee749cef7 (diff) |
automaticly -> automatically.
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/Outliner.hxx | 2 | ||||
-rw-r--r-- | sd/source/core/pglink.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/Outliner.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index df2d38ab75c4..ee84cb4349d8 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -269,7 +269,7 @@ private: SdrObject* mpObj; /** this stores the first object that is used for text conversion. - Conversion automaticly wraps around the document and stops when it + Conversion automatically wraps around the document and stops when it finds this object again. */ SdrObject* mpFirstObj; diff --git a/sd/source/core/pglink.cxx b/sd/source/core/pglink.cxx index e7f1c71b172f..c91b7cc742fb 100644 --- a/sd/source/core/pglink.cxx +++ b/sd/source/core/pglink.cxx @@ -68,7 +68,7 @@ SdPageLink::~SdPageLink() { /********************************************************************** * Only standard pages are allowed to be linked - * The corresponding note pages are updated automaticly + * The corresponding note pages are updated automatically **********************************************************************/ OUString aFileName; OUString aBookmarkName; 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 ) { |