summaryrefslogtreecommitdiff
path: root/svx/source/dialog/fontwork.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/fontwork.cxx')
-rw-r--r--svx/source/dialog/fontwork.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/fontwork.cxx b/svx/source/dialog/fontwork.cxx
index 7735b99e26d3..568ae81cbfc5 100644
--- a/svx/source/dialog/fontwork.cxx
+++ b/svx/source/dialog/fontwork.cxx
@@ -592,7 +592,7 @@ void SvxFontWorkDialog::SetShadowXVal_Impl(const XFormTextShadowXValItem* pItem)
// #i19251#
// The two involved fields/items are used double and contain/give different
// values regarding to the access method. Thus, here we need to separate the access
- // methos regarding to the kind of value accessed.
+ // methods regarding to the kind of value accessed.
if (m_pTbxShadow->IsItemChecked(nShadowSlantId))
{
// #i19251#
@@ -620,7 +620,7 @@ void SvxFontWorkDialog::SetShadowYVal_Impl(const XFormTextShadowYValItem* pItem)
// #i19251#
// The two involved fields/items are used double and contain/give different
// values regarding to the access method. Thus, here we need to separate the access
- // methos regarding to the kind of value accessed.
+ // methods regarding to the kind of value accessed.
if (m_pTbxShadow->IsItemChecked(nShadowSlantId))
{
m_pMtrFldShadowY->SetValue(pItem->GetValue());
@@ -771,7 +771,7 @@ IMPL_LINK_NOARG(SvxFontWorkDialog, InputTimoutHdl_Impl, Timer *, void)
// #i19251#
// The two involved fields/items are used double and contain/give different
// values regarding to the access method. Thus, here we need to separate the access
- // methos regarding to the kind of value accessed.
+ // method regarding to the kind of value accessed.
if (nLastShadowTbxId == nShadowNormalId)
{
nValueX = GetCoreValue(*m_pMtrFldShadowX, MapUnit::Map100thMM);