diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:11:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:14:16 +0100 |
commit | f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch) | |
tree | cda73db2df15d821e0587f345edd7587953bdbdf /sd | |
parent | ecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff) |
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/sdpptwrp.hxx | 2 | ||||
-rw-r--r-- | sd/source/filter/xml/sdxmlwrp.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/app/sdxfer.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/dlg/sdtreelb.cxx | 6 | ||||
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationUpdater.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsSlotManager.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/controls/MasterPageDescriptor.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drtxtob.cxx | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/sd/inc/sdpptwrp.hxx b/sd/inc/sdpptwrp.hxx index beb4818b0a54..0cf481ffe6b4 100644 --- a/sd/inc/sdpptwrp.hxx +++ b/sd/inc/sdpptwrp.hxx @@ -35,7 +35,7 @@ public: sal_Bool bShowProgress); virtual ~SdPPTFilter (void); - /// these methods are necassary for the export to PowerPoint + /// these methods are necessary for the export to PowerPoint sal_Bool Import(); sal_Bool Export(); diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx index 08a9191af5a7..5cf4f2c708a6 100644 --- a/sd/source/filter/xml/sdxmlwrp.cxx +++ b/sd/source/filter/xml/sdxmlwrp.cxx @@ -385,7 +385,7 @@ sal_Int32 ReadThroughComponent( if (!bContainsStream ) { // stream name not found! Then try the compatibility name. - // if no stream can be opened, return immediatly with OK signal + // if no stream can be opened, return immediately with OK signal // do we even have an alternative name? if ( NULL == pCompatibilityStreamName ) diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx index bd6c094b4112..873f56affa08 100644 --- a/sd/source/ui/app/sdxfer.cxx +++ b/sd/source/ui/app/sdxfer.cxx @@ -318,7 +318,7 @@ void SdTransferable::CreateData() pNewStylePool->CopyLayoutSheets( aOldLayoutName, *pOldStylePool, aCreatedSheets ); } - // set VisArea and adjust objects if neccessary + // set VisArea and adjust objects if necessary if( maVisArea.IsEmpty() && mpSdDrawDocumentIntern && mpSdViewIntern && mpSdDrawDocumentIntern->GetPageCount() ) diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index 0d06d5d15b59..c9025618ed24 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -778,7 +778,7 @@ SdDrawDocument* SdPageObjsTLB::GetBookmarkDoc(SfxMedium* pMed) if (pMed) { - // it looks that it is undefined if a Medium was set by Fill() allready + // it looks that it is undefined if a Medium was set by Fill() already DBG_ASSERT( !mpMedium, "SfxMedium confusion!" ); delete mpMedium; mpMedium = NULL; @@ -801,7 +801,7 @@ SdDrawDocument* SdPageObjsTLB::GetBookmarkDoc(SfxMedium* pMed) else if ( mpMedium ) // in this mode the document is owned and controlled by the SdDrawDocument // it can be released by calling the corresponding CloseBookmarkDoc method - // successfull creation of a document makes this the owner of the medium + // successful creation of a document makes this the owner of the medium mpBookmarkDoc = ((SdDrawDocument*) mpDoc)->OpenBookmarkDoc(*mpMedium); if ( !mpBookmarkDoc ) @@ -843,7 +843,7 @@ void SdPageObjsTLB::CloseBookmarkDoc() } else { - // perhaps mpOwnMedium provided, but no successfull creation of BookmarkDoc + // perhaps mpOwnMedium provided, but no successful creation of BookmarkDoc delete mpOwnMedium; mpOwnMedium = NULL; } diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx index 6ffba2db42c4..8b2171cdeb88 100644 --- a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx @@ -266,7 +266,7 @@ void ConfigurationUpdater::CheckUpdateSuccess (void) } else { - // Update was successfull. Reset the failed update count. + // Update was successful. Reset the failed update count. mnFailedUpdateCount = 0; } } diff --git a/sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx b/sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx index 666624aa5b85..f63973b09b46 100644 --- a/sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx +++ b/sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx @@ -131,7 +131,7 @@ HideSlideFunction::ExclusionState HideSlideFunction::GetExclusionState ( switch (eState) { case UNDEFINED: - // Use the first selected page to set the inital value. + // Use the first selected page to set the initial value. eState = bState ? EXCLUDED : INCLUDED; break; diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx index d3e20cea55e9..4817f42e4e87 100644 --- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx @@ -1262,7 +1262,7 @@ SlideExclusionState GetSlideExclusionState (model::PageEnumeration& rPageSet) switch (eState) { case UNDEFINED: - // Use the first selected page to set the inital value. + // Use the first selected page to set the initial value. eState = bState ? EXCLUDED : INCLUDED; break; diff --git a/sd/source/ui/toolpanel/controls/MasterPageDescriptor.cxx b/sd/source/ui/toolpanel/controls/MasterPageDescriptor.cxx index cdb512c6cfc4..692cdd27b8ae 100644 --- a/sd/source/ui/toolpanel/controls/MasterPageDescriptor.cxx +++ b/sd/source/ui/toolpanel/controls/MasterPageDescriptor.cxx @@ -390,7 +390,7 @@ bool MasterPageDescriptor::AllComparator::operator() (const SharedMasterPageDesc { // Take URL, page name, style name, and page object into account // when comparing two descriptors. When two descriptors are - // identical in any of these values then their are thought of as + // identical in any of these values then there are thought of as // equivalent. Only the Origin has to be the same in both // descriptors. return diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index a32b922ed3a2..5ee3978e139e 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -367,7 +367,7 @@ void TextObjectBar::GetAttrState( SfxItemSet& rSet ) { rSet.DisableItem( SID_THES ); } - //! avoid puting the same item as SfxBoolItem at the end of this function + //! avoid putting the same item as SfxBoolItem at the end of this function nSlotId = 0; } break; |