summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/bparr.hxx2
-rw-r--r--sw/source/core/layout/paintfrm.cxx2
-rw-r--r--sw/source/filter/html/htmlsect.cxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/bparr.hxx b/sw/inc/bparr.hxx
index f213dc7b5a5b..2c990259d11a 100644
--- a/sw/inc/bparr.hxx
+++ b/sw/inc/bparr.hxx
@@ -43,7 +43,7 @@ public:
inline BigPtrArray& GetArray() const;
};
-// 1000 entries per Block = a bit less then 4K
+// 1000 entries per Block = a bit less than 4K
#define MAXENTRY 1000
// number of entries that may remain free during compression
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 704450f25d64..1ca2e28d858e 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -360,7 +360,7 @@ bool isTableBoundariesEnabled()
/**
* Set borders alignment statics
* Adjustment for 'small' twip-to-pixel relations:
- * For 'small' twip-to-pixel relations (less then 2:1)
+ * For 'small' twip-to-pixel relations (less than 2:1)
* values of <gProp.nSHalfPixelSzW> and <gProp.nSHalfPixelSzH> are set to ZERO
*/
void SwCalcPixStatics( vcl::RenderContext const *pOut )
diff --git a/sw/source/filter/html/htmlsect.cxx b/sw/source/filter/html/htmlsect.cxx
index 8f7b05872566..0e0d6378ddfb 100644
--- a/sw/source/filter/html/htmlsect.cxx
+++ b/sw/source/filter/html/htmlsect.cxx
@@ -479,7 +479,7 @@ void SwHTMLParser::FixHeaderFooterDistance( bool bHeader,
->SwContentNode::GetAttr( RES_UL_SPACE ));
// The top paragraph padding becomes the padding
- // to headline or footer if it is greater then the
+ // to headline or footer if it is greater than the
// bottom padding of the paragraph beforehand
if( rULSpace.GetUpper() > nSpace )
nSpace = rULSpace.GetUpper();
@@ -669,7 +669,7 @@ void SwHTMLParser::NewMultiCol( sal_uInt16 columnsFromCss )
}
}
- // If there are less then 2 columns, no section is inserted.
+ // If there are less than 2 columns, no section is inserted.
if( nCols >= 2 )
{
if( !bAppended )