summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/text/pormulti.cxx2
-rw-r--r--vcl/source/gdi/CommonSalLayout.cxx2
-rw-r--r--wizards/source/sfdialogs/SF_Dialog.xba6
3 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx
index c798a0dfc519..3fb6a3091ad0 100644
--- a/sw/source/core/text/pormulti.cxx
+++ b/sw/source/core/text/pormulti.cxx
@@ -139,7 +139,7 @@ void SwMultiPortion::dumpAsXml(xmlTextWriterPtr pWriter, const OUString& rText,
{
(void)xmlTextWriterStartElement(pWriter, BAD_CAST("SwMultiPortion"));
dumpAsXmlAttributes(pWriter, rText, nOffset);
- // Indentionally not incrementing nOffset here, one of the child portions will do that.
+ // Intentionally not incrementing nOffset here, one of the child portions will do that.
const SwLineLayout* pLine = &GetRoot();
while (pLine)
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx
index 74478e0ef268..be6480bfde1a 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -437,7 +437,7 @@ bool GenericSalLayout::LayoutText(vcl::text::ImplLayoutArgs& rArgs, const SalLay
}
}
- // Charters with U and Tu vertical orientation should
+ // Characters with U and Tu vertical orientation should
// be shaped in vertical direction. But characters
// with Tr should be shaped in vertical direction
// only if they have vertical alternates, otherwise
diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba
index c772c9d1a4b4..fea3eac98f8f 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -341,7 +341,7 @@ Dim oParentPosSize As Object ' Parent com.sun.star.awt.Rectangle
Dim lParentX As Long ' X position of parent dialog
Dim lParentY As Long ' Y position of parent dialog
Dim oPosSize As Object ' Dialog com.sun.star.awt.Rectangle
-Dim iFlags As Integer ' com.sun.star.awt.PosSize conatnts
+Dim iFlags As Integer ' com.sun.star.awt.PosSize constants
Const cstThisSub = "SFDialogs.Dialog.Center"
Const cstSubArgs = "[Parent]"
@@ -756,7 +756,7 @@ Public Function Resize(Optional ByVal Left As Variant _
Dim bResize As Boolean ' Return value
Dim oPosSize As Object ' com.sun.star.awt.Rectangle
-Dim iFlags As Integer ' com.sun.star.awt.PosSize conatnts
+Dim iFlags As Integer ' com.sun.star.awt.PosSize constants
Const cstThisSub = "SFDialogs.Dialog.Resize"
Const cstSubArgs = "[Left], [Top], [Width], [Height]"
@@ -1108,4 +1108,4 @@ Private Function _Repr() As String
End Function ' SFDialogs.SF_Dialog._Repr
REM ============================================ END OF SFDIALOGS.SF_DIALOG
-</script:module> \ No newline at end of file
+</script:module>