summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/SfxRedactionHelper.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-29 09:07:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-29 10:08:01 +0200
commit4a9ac82cab9d77e593f9ea4a070eadb50a2bba0a (patch)
tree4419bf1f13a4c768cf5f8bb70d377054ae9f7ee5 /sfx2/source/doc/SfxRedactionHelper.cxx
parent86b24adfbdebbf95ee8399f7be8d30b4debb1301 (diff)
Fix typos
Change-Id: I94bfbfef24be46583c5c2877e468ed65c2bd5eb0 Reviewed-on: https://gerrit.libreoffice.org/76513 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source/doc/SfxRedactionHelper.cxx')
-rw-r--r--sfx2/source/doc/SfxRedactionHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/SfxRedactionHelper.cxx b/sfx2/source/doc/SfxRedactionHelper.cxx
index 3a43faed3ac5..a5182f25593f 100644
--- a/sfx2/source/doc/SfxRedactionHelper.cxx
+++ b/sfx2/source/doc/SfxRedactionHelper.cxx
@@ -432,7 +432,7 @@ void SfxRedactionHelper::searchInMetaFile(const RedactionTarget* pRedactionTarge
MetaAction* pCurrAct;
// Watch for TEXTARRAY actions.
- // They contain the text of paragraphes.
+ // They contain the text of paragraphs.
for (pCurrAct = const_cast<GDIMetaFile&>(rMtf).FirstAction(); pCurrAct;
pCurrAct = const_cast<GDIMetaFile&>(rMtf).NextAction())
{