summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-04 08:50:33 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-05 10:14:07 +0200
commit65a60e13bb17d2653ff867f095c1590cc1a41c49 (patch)
treeb22295ff66b487acd3b79f02c1cc7804900844b5 /sw/source/filter
parent5767c14e5f2604dbdf13e070a01a7789071e521a (diff)
Fix typo
Change-Id: I87fa75d2aab64031426ce0560344908bd81d413c Reviewed-on: https://gerrit.libreoffice.org/71816 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 9d8d6fbcdb17..80430bcca9d7 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -209,7 +209,7 @@ namespace sw
/** Provide a dynamic_cast style cast for SfxPoolItems
A SfxPoolItem generally need to be cast back to its original type
- to be useful, which is both tedious and errorprone. So item_cast is
+ to be useful, which is both tedious and error prone. So item_cast is
a helper template to aid the process and test if the cast is
correct.