diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 4812bf9e4745..553779f2f766 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -93,7 +93,7 @@ public:
@param rShapeTreeInfo
Bundle of information passed down the shape tree.
@param rContext
- An accessible context object that is called for fireing events
+ An accessible context object that is called for firing events
for new and deleted children, i.e. that holds a list of
listeners to be informed.
*/
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
The object must notify all registered listeners using the method
- XEventListener::disposing(). All notfied objects
+ XEventListener::disposing(). All notified objects
should release there references to this object without
calling XComponent::removeEventListener()
(the disposed object will release the listeners eitherway).
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index cafebbdb4cb8..323c6c88af44 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -1222,7 +1222,7 @@ Size ListBox::CalcSubEditSize() const
else
{
aSz.setHeight( mpImplLB->GetEntryHeight() );
- // Size to maxmimum entry width
+ // Size to maximum entry width
aSz.setWidth( mpImplLB->GetMaxEntryWidth() );
if (m_nMaxWidthChars != -1)
diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx
index 1868c8087fcb..25536eb80e65 100644
--- a/vcl/source/filter/wmf/wmfwr.cxx
+++ b/vcl/source/filter/wmf/wmfwr.cxx
@@ -1650,7 +1650,7 @@ void WMFWriter::WriteHeader( bool bPlaceable )
.WriteUInt16( 0x0009 ) // header length in words
.WriteUInt16( 0x0300 ) // Version as BCD number
.WriteUInt32( 0x00000000 ) // file length (without 1st header), is later corrected by UpdateHeader()
- .WriteUInt16( MAXOBJECTHANDLES ) // maxmimum number of simultaneous objects
+ .WriteUInt16( MAXOBJECTHANDLES ) // maximum number of simultaneous objects
.WriteUInt32( 0x00000000 ) // maximum record length, is later corrected by UpdateHeader()
.WriteUInt16( 0x0000 ); // reserved
}
diff --git a/wizards/com/sun/star/wizards/report/IReportDocument.java b/wizards/com/sun/star/wizards/report/IReportDocument.java
index d5ceed0fb47a..ec04d6780790 100644
--- a/wizards/com/sun/star/wizards/report/IReportDocument.java
+++ b/wizards/com/sun/star/wizards/report/IReportDocument.java
@@ -100,13 +100,13 @@ public interface IReportDocument
/* Grouping Page */
// Document should not hold the grouping information!
/**
- * Called by press ('greater then') add a group to the group list
+ * Called by press ('greater than') add a group to the group list
*/
boolean liveupdate_addGroupNametoDocument(String[] GroupNames, String CurGroupTitle, ArrayList