summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/layout/paintfrm.cxx2
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
-rw-r--r--sw/source/core/unocore/unoobj2.cxx4
-rw-r--r--sw/source/core/unocore/unoportenum.cxx2
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 3f9ca4adea09..14f71e38a0a5 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -4435,7 +4435,7 @@ static void lcl_PaintShadow( const SwRect& rRect, SwRect& rOutRect,
// OD 30.09.2002 #103636# - no SwAlign of shadow rectangle
// no alignment necessary, because (1) <rRect> is already aligned
// and because (2) paint of border and background will occur later.
- // Thus, (1) assures that no conflicts with neighbour object will occure
+ // Thus, (1) assures that no conflicts with neighbour object will occur
// and (2) assures that border and background is not affected by the
// shadow paint.
/*
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 4c62cb97493e..b9f840282590 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -2529,7 +2529,7 @@ void SwTabFrm::MakeAll()
if ( pNxt )
{
// OD 26.08.2003 #i18103# - no formatting
- // of found next frame, if its a follow
+ // of found next frame, if it's a follow
// section of the 'ColLocked' section,
// the follow table is in.
bool bCalcNxt = true;
diff --git a/sw/source/core/unocore/unoobj2.cxx b/sw/source/core/unocore/unoobj2.cxx
index 1d0c0666ef90..2c1586dbfad6 100644
--- a/sw/source/core/unocore/unoobj2.cxx
+++ b/sw/source/core/unocore/unoobj2.cxx
@@ -977,7 +977,7 @@ SwXTextRange::getStart() throw (uno::RuntimeException)
}
else if (RANGE_IS_TABLE == m_pImpl->m_eRangePosition)
{
- // start and end are this, if its a table
+ // start and end are this, if it's a table
xRet = this;
}
else
@@ -1005,7 +1005,7 @@ SwXTextRange::getEnd() throw (uno::RuntimeException)
}
else if (RANGE_IS_TABLE == m_pImpl->m_eRangePosition)
{
- // start and end are this, if its a table
+ // start and end are this, if it's a table
xRet = this;
}
else
diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx
index a17296006b0d..01138eceebd4 100644
--- a/sw/source/core/unocore/unoportenum.cxx
+++ b/sw/source/core/unocore/unoportenum.cxx
@@ -328,7 +328,7 @@ lcl_ExportFieldMark(
{
uno::Reference<text::XTextRange> xRef;
SwDoc* pDoc = pUnoCrsr->GetDoc();
- //flr: maybe its a good idea to add a special hint to the hints array and rely on the hint segmentation....
+ //flr: maybe it's a good idea to add a special hint to the hints array and rely on the hint segmentation....
const xub_StrLen start = pUnoCrsr->Start()->nContent.GetIndex();
OSL_ENSURE(pUnoCrsr->End()->nContent.GetIndex() == start,
"hmm --- why is this different");
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index d0d036a28c85..d487448d4696 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -1081,7 +1081,7 @@ void SwXCell::setPropertyValue(const OUString& rPropertyName, const uno::Any& aV
eDir = FRMDIR_VERT_TOP_RIGHT;
break;
default:
- OSL_FAIL( "unknown direction code, maybe its a bitfield");
+ OSL_FAIL( "unknown direction code, maybe it's a bitfield");
}
SvxFrameDirectionItem aItem( eDir, RES_FRAMEDIR);
pBox->GetFrmFmt()->SetFmtAttr(aItem);