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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/needed_cast.hxx b/sw/source/filter/ww8/needed_cast.hxx
index 10fd8bedae45..8506fff9d07a 100644
--- a/sw/source/filter/ww8/needed_cast.hxx
+++ b/sw/source/filter/ww8/needed_cast.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -53,7 +53,7 @@ namespace ww
template<typename Ret, typename Param> Ret needed_cast(Param in)
{
/*
- Massage a single argument and a ret value into two arguments to allow
+ Massage a single argument and a ret value into two arguments to allow
a determination if the dest type is the same as the sourct type
*/
return checking_cast(in, Ret());