summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 14:24:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 15:39:08 +0200
commit076758857a98d6f35517c74e991509239135d997 (patch)
tree228e86ec083f858f2896719f57bd25dbba30100c /sw
parentba11b28cae3b161bcea5a65709f3c3e222a3c082 (diff)
fix spelling, methode -> method
Change-Id: I1c7a4e657601e28d9d50d86e24c4e0ba7579b9d4 Reviewed-on: https://gerrit.libreoffice.org/37289 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx2
-rw-r--r--sw/source/uibase/shells/basesh.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index a2be43e0e82a..a66e835c8083 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -3640,7 +3640,7 @@ void SwWW8ImplReader::Read_FieldVanish( sal_uInt16, const sal_uInt8*, short nLen
return;
}
- // our methode was called from
+ // our method was called from
// ''Skip attributes of field contents'' loop within ReadTextAttr()
if( m_bIgnoreText )
return;
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 5016d266e795..5367b0cac7fe 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -1786,7 +1786,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet )
pGetStateSet = nullptr;
}
-// Disable the slots with this status methode
+// Disable the slots with this status method
void SwBaseShell::StateDisableItems( SfxItemSet &rSet )
{
@@ -1800,7 +1800,7 @@ void SwBaseShell::StateDisableItems( SfxItemSet &rSet )
}
}
-// Disable the slots with this status methode
+// Disable the slots with this status method
void SwBaseShell::StateStyle( SfxItemSet &rSet )
{