summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 11:03:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 11:03:03 +0100
commit5a88e827f5bf857af10f9e31db59dc12da7c3a3f (patch)
tree3e7b5c79dde43582e2a50bb844fd5666ebbfe5b1
parent4ea5701ee819de9f28df6dd6ab009e85aa59e975 (diff)
Typo: paragaph(s)->paragraph(s)
Change-Id: I3d82703a59ec749b723d62b15a36937b61156874
-rw-r--r--sw/source/core/inc/SwPortionHandler.hxx2
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx2
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/SwPortionHandler.hxx b/sw/source/core/inc/SwPortionHandler.hxx
index 3b76564a4cdf..7795a6c8131f 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 9ef456e21312..1e8eebed5def 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 f917fa476059..2e3164738956 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();