diff options
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 ) { |