accessibility/source/standard/vclxaccessiblemenuitem.cxx | 2 +- sw/inc/lineinfo.hxx | 2 +- sw/source/core/layout/flylay.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 5268d722a2dcc5a20e81444996da6306662de922 Author: Julien Nabet <[email protected]> Date: Sun Feb 22 23:19:52 2015 +0100 Typo: resonable->reasonable Change-Id: Ia6737e7cf88b54be80db39937595105ff0e0d2b3 diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx index eeddb29..35532ab 100644 --- a/sw/source/core/layout/flylay.cxx +++ b/sw/source/core/layout/flylay.cxx @@ -390,7 +390,7 @@ void SwFlyFreeFrm::CheckClip( const SwFmtFrmSize &rSz ) // Added the aFrmRect.HasArea() hack, because // the environment of the ole object does not have to be valid // at this moment, or even worse, it does not have to have a - // resonable size. In this case we do not want to change to + // reasonable size. In this case we do not want to change to // attributes permanentely. Maybe one day somebody dares to remove // this code. if ( aFrmRect.HasArea() && commit e8064be685b17ae972aee2b0e07aa4e16763fb52 Author: Julien Nabet <[email protected]> Date: Sun Feb 22 23:19:30 2015 +0100 Typo: aditional->additional Change-Id: I7db230949a97da28c60101d8cce1e30fbc08535c diff --git a/accessibility/source/standard/vclxaccessiblemenuitem.cxx b/accessibility/source/standard/vclxaccessiblemenuitem.cxx index cf4d2f3..07ba2cc 100644 --- a/accessibility/source/standard/vclxaccessiblemenuitem.cxx +++ b/accessibility/source/standard/vclxaccessiblemenuitem.cxx @@ -183,7 +183,7 @@ Sequence< OUString > VCLXAccessibleMenuItem::getSupportedServiceNames() throw (R sal_Int16 VCLXAccessibleMenuItem::getAccessibleRole( ) throw (RuntimeException, std::exception) { OExternalLockGuard aGuard( this ); - // IA2 CWS. MT: We had the aditional roles in UAA for ever, but never used them anywhere. + // IA2 CWS. MT: We had the additional roles in UAA for ever, but never used them anywhere. // Looks reasonable, but need to verify in Orca and VoiceOver. sal_Int16 nRole = AccessibleRole::MENU_ITEM; if ( m_pParent ) diff --git a/sw/inc/lineinfo.hxx b/sw/inc/lineinfo.hxx index a52a029..f5a6f3c 100644 --- a/sw/inc/lineinfo.hxx +++ b/sw/inc/lineinfo.hxx @@ -38,7 +38,7 @@ class SW_DLLPUBLIC SwLineNumberInfo : public SwClient /**< purpose of derivation character style for displaying the numbers. */ { SvxNumberType aType; ///< e.g. roman linenumbers - OUString aDivider; ///< String for aditional interval (vert. lines user defined) + OUString aDivider; ///< String for additional interval (vert. lines user defined) sal_uInt16 nPosFromLeft; ///< Position for paint sal_uInt16 nCountBy; ///< Paint only for every n line sal_uInt16 nDividerCountBy; /**< Interval for display of an user defined _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
