summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/needed_cast.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/needed_cast.hxx')
-rw-r--r--sw/source/filter/ww8/needed_cast.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/needed_cast.hxx b/sw/source/filter/ww8/needed_cast.hxx
index cfcabb8ccf7a..992793200049 100644
--- a/sw/source/filter/ww8/needed_cast.hxx
+++ b/sw/source/filter/ww8/needed_cast.hxx
@@ -38,7 +38,7 @@ namespace ww
/*
needed_cast is the same as static_cast except that there will be a compile
time assert when NDEBUG is not defined and the in and out types are the
- same. i.e. needed_cast catches unneccessary casts
+ same. i.e. needed_cast catches unnecessary casts
*/
template<typename Ret, typename Param> Ret needed_cast(Param in)
{