summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:29:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:14 +0200
commit0e970f3ba26a24ad589b8aa1480f078c7efb7132 (patch)
tree68c394675bf3cc84ff96d41c8a0fc028c2f9e8b2 /sw
parentd2f24e3a31acc08f29dd9454df59df9b9559c15c (diff)
typo: occuring -> occurring
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/htmltbl.hxx2
-rw-r--r--sw/source/core/doc/docnum.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/htmltbl.hxx b/sw/inc/htmltbl.hxx
index 59e583aab5de..86c98a003224 100644
--- a/sw/inc/htmltbl.hxx
+++ b/sw/inc/htmltbl.hxx
@@ -311,7 +311,7 @@ public:
- If bForce is set, table will be recalculated even if this was
disallowed by SetMustNotResize.
- If nDelay > 0 the calculation is delayed accordingly. Resizing calls
- occuring during delay-time are ignored, but the delay may be counted
+ occurring during delay-time are ignored, but the delay may be counted
under certain circumstances.
- If nDelay == HTMLTABLE_RESIZE_NOW, resize immediately and do not
consider any resize-calls that might possibly be in order.
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index 503a5832c084..e40d43e9c775 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -328,7 +328,7 @@ bool SwDoc::OutlineUpDown( const SwPaM& rPam, short nOffset )
}
/* If moving of the outline levels is applicable, i.e. for all
- outline levels occuring in the document there has to be a valid
+ outline levels occurring in the document there has to be a valid
target outline level implied by aMoveArr. */
bool bMoveApplicable = true;
for (n = nSttPos; n < nEndPos; n++)