diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-05-14 14:15:38 -0400 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-17 12:38:38 +0000 |
commit | 3c1e30b77df4f34c4954bff37a08439ace7f2434 (patch) | |
tree | a5231657e37e3b2efb2ba438c43561bf5f27649c /svx | |
parent | f62de9113a4866f7152acbe0e8221c594b7a7b68 (diff) |
Correct common misspellings, and remove some ASCII art along the way.
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c
Reviewed-on: https://gerrit.libreoffice.org/9356
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleShape.cxx | 2 | ||||
-rw-r--r-- | svx/source/accessibility/AccessibleTextHelper.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/filtnav.cxx | 5 | ||||
-rw-r--r-- | svx/source/svdraw/svdedtv2.cxx | 4 | ||||
-rw-r--r-- | svx/source/table/accessiblecell.cxx | 2 |
5 files changed, 6 insertions, 9 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index 579c78530649..1e5fae376e87 100644 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -1319,7 +1319,7 @@ void AccessibleShape::disposing (void) SolarMutexGuard aSolarGuard; ::osl::MutexGuard aGuard (maMutex); - // Make sure to send an event that this object looses the focus in the + // Make sure to send an event that this object loses the focus in the // case that it has the focus. ::utl::AccessibleStateSetHelper* pStateSet = static_cast< ::utl::AccessibleStateSetHelper*>(mxStateSet.get()); diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx index 2bb3d41e21ab..ad3ac459dcf8 100644 --- a/svx/source/accessibility/AccessibleTextHelper.cxx +++ b/svx/source/accessibility/AccessibleTextHelper.cxx @@ -1365,7 +1365,7 @@ namespace accessibility case HINT_ENDEDIT: { - // focused child now looses focus + // focused child now loses focus ESelection aSelection; if( GetEditViewForwarder().GetSelection( aSelection ) ) SetChildFocus( aSelection.nEndPara, false ); diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index d774574d2a6e..93f443966e92 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -532,9 +532,6 @@ void SAL_CALL FmFilterAdapter::disjunctiveTermAdded( const FilterEvent& _Event ) m_pModel->Insert( insertPos, pFilterItems ); } - -// class FmFilterModel - TYPEINIT1(FmFilterModel, FmParentData); FmFilterModel::FmFilterModel() @@ -558,7 +555,7 @@ void FmFilterModel::Clear() FilterClearingHint aClearedHint; Broadcast( aClearedHint ); - // loose endings + // lose endings if (m_pAdapter) { m_pAdapter->dispose(); diff --git a/svx/source/svdraw/svdedtv2.cxx b/svx/source/svdraw/svdedtv2.cxx index 17d20c15d813..0c34c1967307 100644 --- a/svx/source/svdraw/svdedtv2.cxx +++ b/svx/source/svdraw/svdedtv2.cxx @@ -1190,10 +1190,10 @@ void SdrEditView::CombineMarkedObjects(bool bNoPolyPoly) // #105899# First, guarantee that all objects are converted to polyobjects, // especially for SdrGrafObj with bitmap filling this is necessary to not - // loose the bitmap filling. + // lose the bitmap filling. // #i12392# - // ConvertMarkedToPolyObj was too strong here, it will loose quality and + // ConvertMarkedToPolyObj was too strong here, it will lose quality and // information when curve objects are combined. This can be replaced by // using ConvertMarkedToPathObj without changing the previous fix. diff --git a/svx/source/table/accessiblecell.cxx b/svx/source/table/accessiblecell.cxx index 0b6643ff0fa4..54dbea75e293 100644 --- a/svx/source/table/accessiblecell.cxx +++ b/svx/source/table/accessiblecell.cxx @@ -553,7 +553,7 @@ void AccessibleCell::disposing (void) SolarMutexGuard aSolarGuard; ::osl::MutexGuard aGuard (maMutex); - // Make sure to send an event that this object looses the focus in the + // Make sure to send an event that this object loses the focus in the // case that it has the focus. ::utl::AccessibleStateSetHelper* pStateSet = static_cast< ::utl::AccessibleStateSetHelper*>(mxStateSet.get()); if (pStateSet != NULL) |