sw/source/core/inc/SwPortionHandler.hxx | 2 +- sw/source/filter/ww8/ww8atr.cxx | 2 +- vcl/source/gdi/pdfwriter_impl.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 5a88e827f5bf857af10f9e31db59dc12da7c3a3f Author: Julien Nabet <[email protected]> Date: Sat Feb 21 11:03:03 2015 +0100 Typo: paragaph(s)->paragraph(s) Change-Id: I3d82703a59ec749b723d62b15a36937b61156874 diff --git a/sw/source/core/inc/SwPortionHandler.hxx b/sw/source/core/inc/SwPortionHandler.hxx index 3b76564..7795a6c 100644 --- a/sw/source/core/inc/SwPortionHandler.hxx +++ b/sw/source/core/inc/SwPortionHandler.hxx @@ -80,7 +80,7 @@ public: virtual void LineBreak(sal_Int32 nWidth) = 0; /** skip characters. The SwTxtFrame may only display partially - * display a certain paragraph (e.g. when the paragaph is split + * display a certain paragraph (e.g. when the paragraph is split * across multiple pages). In this case, the Skip() method must be * called to inform the portion handler to ignore a certain run of * characters in the 'model string'. Skip(), if used at all, must diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index 9ef456e..1e8eebe 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -3506,7 +3506,7 @@ void AttributeOutputBase::ParaNumRule( const SwNumRuleItem& rNumRule ) else { // #i44815# adjust numbering for numbered paragraphs - // without number (NO_NUMLEVEL). These paragaphs + // without number (NO_NUMLEVEL). These paragraphs // will receive a list id 0, which WW interprets as // 'no number'. nNumId = 0; diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index f917fa4..2e31647 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -215,7 +215,7 @@ void doTestCode() aWriter.SetTextColor( Color( COL_BLACK ) ); aWriter.SetFont( Font( OUString( "Times" ), Size( 0, 500 ) ) ); aWriter.DrawText( Rectangle( Point( 4500, 1500 ), Size( 12000, 3000 ) ), - "Here's where all things come to an end ... well at least the paragaph from the last page.", + "Here's where all things come to an end ... well at least the paragraph from the last page.", TEXT_DRAW_MULTILINE | TEXT_DRAW_WORDBREAK ); aWriter.EndStructureElement(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
