summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-05-06 10:05:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-05-07 12:45:36 +0200
commitfbd414741157b969924318462ebfcfb5ccf4d3dc (patch)
treeb870499ce98153af72233f67d2322c95d678d590 /svx
parent3d4938d2d8dc18c7b741efe90686f55f524fcfe2 (diff)
Fix typos
To complete commit 076758857a98 Change-Id: I6424109e3aee8a3236e40168bdd98c725a7afafb Reviewed-on: https://gerrit.libreoffice.org/37306 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmmodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmmodel.cxx b/svx/source/form/fmmodel.cxx
index 22c9e206ed4b..5038a551b6f1 100644
--- a/svx/source/form/fmmodel.cxx
+++ b/svx/source/form/fmmodel.cxx
@@ -102,7 +102,7 @@ SdrPage* FmFormModel::AllocPage(bool bMasterPage)
void FmFormModel::InsertPage(SdrPage* pPage, sal_uInt16 nPos)
{
- // hack solange Methode intern
+ // hack solange method intern
if (m_pObjShell && !m_pImpl->mxUndoEnv->IsListening( *m_pObjShell ))
SetObjectShell(m_pObjShell);
@@ -138,7 +138,7 @@ SdrPage* FmFormModel::RemovePage(sal_uInt16 nPgNum)
void FmFormModel::InsertMasterPage(SdrPage* pPage, sal_uInt16 nPos)
{
- // hack solange Methode intern
+ // hack solange method intern
if (m_pObjShell && !m_pImpl->mxUndoEnv->IsListening( *m_pObjShell ))
SetObjectShell(m_pObjShell);