diff --git a/winaccessibility/source/UAccCOM/MAccessible.cxx b/winaccessibility/source/UAccCOM/MAccessible.cxx
index 9b82e5857840..744215440788 100644
--- a/winaccessibility/source/UAccCOM/MAccessible.cxx
+++ b/winaccessibility/source/UAccCOM/MAccessible.cxx
@@ -2172,7 +2172,7 @@ HRESULT CMAccessible::SelectChild(XAccessible* pItem)
}
/**
-* Deselect one XAccessible item, for accSelect implimentation
+* Deselect one XAccessible item, for accSelect implementation
* @param pItem, the item should be deselected.
* @return S_OK if successful.
*/
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 42b0751799d7..a980e60d4959 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -63,7 +63,7 @@ No column merge is allowed.
One compulsory Heading row.
To let the template be flexible, we use a kind of "detection": we look where
-the items are read the design of each table, reaplying it after writing the
+the items are read the design of each table, re-applying it after writing the
table.self.xTextDocument
A note about threads:
@@ -700,7 +700,7 @@ class ItemsTable(object):
This class handles the preview of the topics table.
You can call it the controller of the topics table.
It differs from ItemsTable in that it has no data model -
-the update is done programttically.
+the update is done programmatically.
The decision to make this class a class by its own
was done out of logic reasons and not design/functionality reasons,
diff --git a/wizards/com/sun/star/wizards/agenda/TemplateConsts.py b/wizards/com/sun/star/wizards/agenda/TemplateConsts.py
index eb0d0b02e531..15acff1aa08a 100644
--- a/wizards/com/sun/star/wizards/agenda/TemplateConsts.py
+++ b/wizards/com/sun/star/wizards/agenda/TemplateConsts.py
@@ -37,7 +37,7 @@ class TemplateConsts:
'''
SECTION_MINUTES_ALL = "MINUTES_ALL"
'''
- the name of the child nimutes section.
+ the name of the child minutes section.
This section will be duplicated for each topic.
'''
SECTION_MINUTES = "MINUTES"
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 149faba9c840..cc42aa95552a 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -57,7 +57,7 @@ This control relays on the ControlScroller control which uses the following
Data model:
1. It uses a vector, whose members are arrays of PropertyValue.
2. Each array represents a row.
-(Note: the Name and Value memebrs of the PropertyValue object are being used)
+(Note: the Name and Value members of the PropertyValue object are being used)
3. Each property Value represents a value
for a single control with the following rules:
3. a. the Value of the property is used for as value
diff --git a/wizards/com/sun/star/wizards/form/DataEntrySetter.java b/wizards/com/sun/star/wizards/form/DataEntrySetter.java
index f653bf322a46..8bebe54f859e 100644
--- a/wizards/com/sun/star/wizards/form/DataEntrySetter.java
+++ b/wizards/com/sun/star/wizards/form/DataEntrySetter.java
@@ -45,7 +45,7 @@ public class DataEntrySetter
String sDisplayAllData = CurUnoDialog.m_oResource.getResText(UIConsts.RID_FORM + 46);
String sNoModification = CurUnoDialog.m_oResource.getResText(UIConsts.RID_FORM + 47); // AllowUpdates
String sNoDeletion = CurUnoDialog.m_oResource.getResText(UIConsts.RID_FORM + 48); // AllowDeletes
- String sNoAddition = CurUnoDialog.m_oResource.getResText(UIConsts.RID_FORM + 49); // AlowInserts
+ String sNoAddition = CurUnoDialog.m_oResource.getResText(UIConsts.RID_FORM + 49); // AllowInserts
String sdontdisplayExistingData = CurUnoDialog.m_oResource.getResText(UIConsts.RID_FORM + 45);
CurUnoDialog.insertRadioButton("optNewDataOnly", new XItemListenerAdapter() {
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.py b/wizards/com/sun/star/wizards/ui/event/DataAware.py
index 74ff09415f2d..ac121029e38c 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.py
@@ -31,7 +31,7 @@ This class, as a base abstract class, sets a frame of functionality,
delegating the data Object get/set methods to a Value object,
and leaving the UI get/set methods abstract.
Note that event listening is *not* a part of this model.
-the updateData() or updateUI() methods should be porogramatically called.
+the updateData() or updateUI() methods should be programatically called.
in child classes, the updateData() will be binded to UI event calls.
This class holds references to a Data Object and a Value object.
diff --git a/wizards/source/access2base/Application.xba b/wizards/source/access2base/Application.xba
index a972b3ca6bab..9fc7308955cb 100644
--- a/wizards/source/access2base/Application.xba
+++ b/wizards/source/access2base/Application.xba
@@ -427,7 +427,7 @@ Const cstDot = "."
If Not Utils._CheckArgument(pvIndex, 1, Utils._AddNumeric(vbString)) Then Goto Exit_Function
If VarType(pvIndex) = vbString Then
iMode = cstByName
- ' Dtermine full name STORAGE.LIBRARY.MODULE
+ ' Determine full name STORAGE.LIBRARY.MODULE
vNames = Split(pvIndex, cstDot)
If UBound(vNames) = 2 Then
ElseIf UBound(vNames) = 1 Then
@@ -1624,4 +1624,4 @@ Public Sub _RootInit(Optional ByVal pbForce As Boolean)
If IsEmpty(_A2B_) Or pbForce Then _A2B_ = New Root_
End Sub ' _RootInit V1.1.0
-
\ No newline at end of file
+
diff --git a/wizards/source/access2base/Recordset.xba b/wizards/source/access2base/Recordset.xba
index b3b611359618..aeb7c1aaa416 100644
--- a/wizards/source/access2base/Recordset.xba
+++ b/wizards/source/access2base/Recordset.xba
@@ -686,7 +686,7 @@ Public Function OpenRecordset(ByVal Optional pvType As Variant _
, ByVal Optional pvOptions As Variant _
, ByVal Optional pvLockEdit As Variant _
, ByVal Optional pbClone As Boolean) As Object
-'Return a Recordset object based on currentrecordset object with filter addition
+'Return a Recordset object based on current recordset object with filter addition
If _ErrorHandler() Then On Local Error Goto Error_Function
Dim cstThisSub As String
@@ -1267,4 +1267,4 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function ' _PropertySet
-
\ No newline at end of file
+
diff --git a/wizards/source/access2base/Utils.xba b/wizards/source/access2base/Utils.xba
index 1d7cd1dcc970..c4ec1cae71f0 100644
--- a/wizards/source/access2base/Utils.xba
+++ b/wizards/source/access2base/Utils.xba
@@ -849,7 +849,7 @@ Dim lChar As Long, sByte1 As String, sByte2 As String, sByte3 As String
_PercentEncode = psChar
Case Asc("-"), Asc("."), Asc("_"), Asc("~")
_PercentEncode = psChar
- Case Asc("!"), Asc("$"), Asc("&"), Asc("'"), Asc("("), Asc(")"), Asc("*"), Asc("+"), Asc(","), Asc(";"), Asc("=") ' Reserved characters used as delimitors in query strings
+ Case Asc("!"), Asc("$"), Asc("&"), Asc("'"), Asc("("), Asc(")"), Asc("*"), Asc("+"), Asc(","), Asc(";"), Asc("=") ' Reserved characters used as delimiters in query strings
_PercentEncode = psChar
Case Asc(" "), Asc("%")
_PercentEncode = "%" & Right("00" & Hex(lChar), 2)
@@ -1264,4 +1264,4 @@ Private Function _UTF8Encode(ByVal psChar As String) As String
End Function ' _UTF8Encode V1.4.0
-
\ No newline at end of file
+
diff --git a/wizards/source/depot/Lang_fr.xba b/wizards/source/depot/Lang_fr.xba
index 4af880e63c69..27f9a685cc29 100644
--- a/wizards/source/depot/Lang_fr.xba
+++ b/wizards/source/depot/Lang_fr.xba
@@ -36,7 +36,7 @@ Sub LoadFrenchLanguage()
sMsgNoValidExchangeDate = "Saisissez une date correcte pour le split d'action."
sMsgWrongExchangeDate = "Split impossible car il y a déjà eu des transactions après la date du split !"
sMsgSellTooMuch = "Impossible de vendre autant d'actions ! Maximum : "
- sMsgConfirm = "Confirmation requise"
+ sMsgConfirm = "Confirmation required"
sMsgFreeStock = "S'agit-il d'actions gratuites ?"
sMsgTotalLoss = "Prévoyez-vous une perte totale ?"
sMsgAuthorization = "Requête de sécurité"
@@ -172,4 +172,4 @@ Sub LoadFrenchLanguage()
.cmdCancel.Label = sCancel
End With
End Sub
-
\ No newline at end of file
+
diff --git a/wizards/source/euro/Protect.xba b/wizards/source/euro/Protect.xba
index 68ffc72f18ce..4a9cac577078 100644
--- a/wizards/source/euro/Protect.xba
+++ b/wizards/source/euro/Protect.xba
@@ -132,7 +132,7 @@ Sub RejectPassword()
End Sub
-' Reprotects the previousliy protected sheets
+' Reprotects the previously protected sheets
' The password information is stored in the List 'UnProtectList()'
Sub ReprotectSheets()
Dim i as Integer
diff --git a/wizards/source/importwizard/FilesModul.xba b/wizards/source/importwizard/FilesModul.xba
index 1e6363f43099..31a4cbc03b3c 100644
--- a/wizards/source/importwizard/FilesModul.xba
+++ b/wizards/source/importwizard/FilesModul.xba
@@ -295,7 +295,7 @@ Dim sPrevMimeTypeorExtension as String
Exit Sub
End If
TotFound = Ubound(FilesList()) + 1
- If FilesList(0,0) = "" Then ' Querying the number of fields in a multidimensionl Array is unsecure
+ If FilesList(0,0) = "" Then ' Querying the number of fields in a multidimensional Array is unsecure
TotFound = 0 ' because it will return the value 0 (and not -1) even when the Array is empty
SetProgressDisplay(0)
End If
diff --git a/writerfilter/inc/dmapper/resourcemodel.hxx b/writerfilter/inc/dmapper/resourcemodel.hxx
index 252d83375c69..ca3e022c4ce5 100644
--- a/writerfilter/inc/dmapper/resourcemodel.hxx
+++ b/writerfilter/inc/dmapper/resourcemodel.hxx
@@ -270,7 +270,7 @@ public:
Receives table.
@param name name of the table
- @param ref referecne to the table
+ @param ref reference to the table
*/
virtual void table(Id name,
writerfilter::Reference