summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/lwpnumericfmt.cxx2
-rw-r--r--sw/source/core/doc/tblcpy.cxx2
-rw-r--r--xmloff/source/text/XMLRedlineExport.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpnumericfmt.cxx b/lotuswordpro/source/filter/lwpnumericfmt.cxx
index 2d41599f798f..313c3c3d275e 100644
--- a/lotuswordpro/source/filter/lwpnumericfmt.cxx
+++ b/lotuswordpro/source/filter/lwpnumericfmt.cxx
@@ -353,7 +353,7 @@ XFStyle* LwpNumericFormat::Convert()
static_cast<sal_uInt8>(aColor.GetGreen()),
static_cast<sal_uInt8>(aColor.GetBlue())) );
}
- {//Negtive
+ {//Negative
pStyle->SetNegativeStyle( aNegPrefix, aNegSuffix, XFColor(static_cast<sal_uInt8>(aNegativeColor.GetRed()),
static_cast<sal_uInt8>(aNegativeColor.GetGreen()),
static_cast<sal_uInt8>(aNegativeColor.GetBlue())) );
diff --git a/sw/source/core/doc/tblcpy.cxx b/sw/source/core/doc/tblcpy.cxx
index fa0b16627fc0..bd63396d6340 100644
--- a/sw/source/core/doc/tblcpy.cxx
+++ b/sw/source/core/doc/tblcpy.cxx
@@ -601,7 +601,7 @@ static void lcl_CpyBox( const SwTable& rCpyTable, const SwTableBox* pCpyBox,
if( bReplaceColl &&
(( 1 < rDstTable.GetTabLines().size() &&
pLine == rDstTable.GetTabLines().front() )
- // Is the Table's content sill valid?
+ // Is the Table's content still valid?
? RES_POOLCOLL_TABLE == nPoolId
: RES_POOLCOLL_TABLE_HDLN == nPoolId ) )
{
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 6e23cd2d4743..fa494e86396a 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -368,7 +368,7 @@ void XMLRedlineExport::ExportChangedRegion(
// be exported there
}
- // changed change? Hierarchical changes can onl be two levels
+ // changed change? Hierarchical changes can only be two levels
// deep. Here we check for the second level.
aAny = rPropSet->getPropertyValue("RedlineSuccessorData");
Sequence<PropertyValue> aSuccessorData;