summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-10-30 12:04:11 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-30 17:16:02 +0000
commit0c0e3e7539f683548e93616a30af8ac90c9abad0 (patch)
tree530ba0642a63a454cc04b0db372445bf6c665413 /sw/source
parentd665d253eea7b6f311167079893cbfaac566ca8b (diff)
Fixed typos. No automatic tools (sed, and so on).
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/access/acccontext.cxx4
-rw-r--r--sw/source/core/inc/ptqueue.hxx2
-rw-r--r--sw/source/core/inc/rootfrm.hxx2
-rw-r--r--sw/source/core/layout/softpagebreak.cxx2
-rw-r--r--sw/source/core/tox/txmsrt.cxx2
-rw-r--r--sw/source/filter/ascii/parasc.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx4
-rw-r--r--sw/source/uibase/uiview/viewdlg2.cxx2
9 files changed, 11 insertions, 11 deletions
diff --git a/sw/source/core/access/acccontext.cxx b/sw/source/core/access/acccontext.cxx
index 9f7b3bf81307..7a25d12697c3 100644
--- a/sw/source/core/access/acccontext.cxx
+++ b/sw/source/core/access/acccontext.cxx
@@ -1110,7 +1110,7 @@ void SwAccessibleContext::DisposeChild( const SwAccessibleChild& rChildFrmOrObj,
!SwAccessibleChild( GetFrm() ).IsVisibleChildrenOnly() )
{
// If the object could have existed before, than there is nothing to do,
- // because no wrapper exists now and therefor no one is interested to
+ // because no wrapper exists now and therefore no one is interested to
// get notified of the movement.
if( rChildFrmOrObj.GetSwFrm() )
{
@@ -1197,7 +1197,7 @@ void SwAccessibleContext::InvalidateChildPosOrSize(
if( IsShowing( *(GetMap()), rChildFrmOrObj ) )
{
// If the object could have existed before, than there is nothing to do,
- // because no wrapper exists now and therefor no one is interested to
+ // because no wrapper exists now and therefore no one is interested to
// get notified of the movement.
if( bNew || (bVisibleChildrenOnly && !IsShowing( rOldFrm )) )
{
diff --git a/sw/source/core/inc/ptqueue.hxx b/sw/source/core/inc/ptqueue.hxx
index 817f2f9b2845..bed890573be8 100644
--- a/sw/source/core/inc/ptqueue.hxx
+++ b/sw/source/core/inc/ptqueue.hxx
@@ -30,7 +30,7 @@
* Doing this during printing (after having printed one page) is very suitable
* for doing that.
*
- * Invalidating windows directly from the RootFrm::Paint was not a succesful
+ * Invalidating windows directly from the RootFrm::Paint was not a successful
* approach, because the Paint()s arrive at a very unfavourable point in time.
* Triggering an update for all windows after printing each page does not seem
* appropriate either: on the one hand we don't have direct acces to the edit
diff --git a/sw/source/core/inc/rootfrm.hxx b/sw/source/core/inc/rootfrm.hxx
index d8761d22ba4a..3fa2f4a1b71f 100644
--- a/sw/source/core/inc/rootfrm.hxx
+++ b/sw/source/core/inc/rootfrm.hxx
@@ -116,7 +116,7 @@ class SwRootFrm: public SwLayoutFrm
* The macro and class can be found in the SwViewShell. These object can
* be created nested (also for different kinds of Shells). They are
* collected into the Array pCurrShells.
- * Futhermore it can happen that a shell is activated while a curshell
+ * Furthermore it can happen that a shell is activated while a curshell
* object is still 'active'. This one will be entered into pWaitingCurrShell
* and will be activated by the last d'tor of CurrShell.
* One other problem is the destruction of a shell while it is active.
diff --git a/sw/source/core/layout/softpagebreak.cxx b/sw/source/core/layout/softpagebreak.cxx
index 8aa2d7834204..55b36e505424 100644
--- a/sw/source/core/layout/softpagebreak.cxx
+++ b/sw/source/core/layout/softpagebreak.cxx
@@ -69,7 +69,7 @@ void SwTxtNode::fillSoftPageBreakList( SwSoftPageBreakList& rBreak ) const
pTab->FindMaster( false )->HasFollowFlowLine() )
{
// Now we have the row which causes a new page,
- // this row is a follow flow line and therefor cannot get
+ // this row is a follow flow line and therefore cannot get
// the soft page break itself.
// Every first content frame of every cell frane in this row
// will get the soft page break
diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx
index d67d2ef559b6..794c46e6b641 100644
--- a/sw/source/core/tox/txmsrt.cxx
+++ b/sw/source/core/tox/txmsrt.cxx
@@ -669,7 +669,7 @@ SwTOXAuthority::SwTOXAuthority( const SwCntntNode& rNd,
sal_uInt16 SwTOXAuthority::GetLevel() const
{
OUString sText(((SwAuthorityField*)m_rField.GetField())->GetFieldText(AUTH_FIELD_AUTHORITY_TYPE));
- //#i18655# the level '0' is the heading level therefor the values are incremented here
+ //#i18655# the level '0' is the heading level therefore the values are incremented here
sal_uInt16 nRet = 1;
if( pTOXIntl->IsNumeric( sText ) )
{
diff --git a/sw/source/filter/ascii/parasc.cxx b/sw/source/filter/ascii/parasc.cxx
index 4ee7141d8440..68d8b382207f 100644
--- a/sw/source/filter/ascii/parasc.cxx
+++ b/sw/source/filter/ascii/parasc.cxx
@@ -196,7 +196,7 @@ sal_uLong SwASCIIParser::CallParser()
// default has changed or not. Even a comparison with the
// HTMLi template does not work, because the defaults are
// not copied when a new doc is created. The result of
- // comparing pool defaults therefor would be that the
+ // comparing pool defaults therefore would be that the
// defaults are exported always if the have changed for
// text documents in general. That's not sensible, as well
// as it is not sensible to export them always.
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index acfa4207a952..0a6f6cf97c4f 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -1916,7 +1916,7 @@ eF_ResT SwWW8ImplReader::Read_F_Ref( WW8FieldDesc*, OUString& rStr )
/* References to numbers in Word could be either to a numbered
paragraph or to a chapter number. However Word does not seem to
- have the capability we do, of refering to the chapter number some
+ have the capability we do, of referring to the chapter number some
other bookmark is in. As a result, cross-references to chapter
numbers in a word document will be cross-references to a numbered
paragraph, being the chapter heading paragraph. As it happens, our
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 0618b42468ee..4ecf0d542ef5 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -2345,9 +2345,9 @@ bool SwWW8ImplReader::StartApo(const ApoTestResults &rApo,
if (pULSpaceItem)
{
// Word positioned tables can have a position (like a
- // fly-frame), but they also support flowing accross multiple
+ // fly-frame), but they also support flowing across multiple
// pages. If we decide to import this as a normal table (so it
- // can flow accross multiple pages), then turn the vertical
+ // can flow across multiple pages), then turn the vertical
// orientation position of the fly into a table upper margin.
const SfxPoolItem* pItem = 0;
if (aFlySet.HasItem(RES_VERT_ORIENT, &pItem))
diff --git a/sw/source/uibase/uiview/viewdlg2.cxx b/sw/source/uibase/uiview/viewdlg2.cxx
index 2af636f2e682..e3edf280d74b 100644
--- a/sw/source/uibase/uiview/viewdlg2.cxx
+++ b/sw/source/uibase/uiview/viewdlg2.cxx
@@ -184,7 +184,7 @@ void SwView::InsertCaption(const InsCaptionOpt *pOpt)
rSh.EnterSelFrmMode();
}
- // rember category
+ // remember category
if (eType & nsSelectionType::SEL_GRF)
SetOldGrfCat(rName);
else if( eType & nsSelectionType::SEL_TBL)