summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/unwrapargs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/unwrapargs.hxx')
-rw-r--r--comphelper/inc/comphelper/unwrapargs.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/comphelper/inc/comphelper/unwrapargs.hxx b/comphelper/inc/comphelper/unwrapargs.hxx
index 94dfb2263f2d..d0a9ba8abb0f 100644
--- a/comphelper/inc/comphelper/unwrapargs.hxx
+++ b/comphelper/inc/comphelper/unwrapargs.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
@@ -99,7 +99,7 @@ inline void extract(
BOOST_PP_CAT(T, n_) & BOOST_PP_CAT(v, n_)
/** The following preprocessor repetitions generate functions like
-
+
<pre>
template <typename T0, typename T1, ...>
inline void unwrapArgs(
@@ -110,7 +110,7 @@ inline void extract(
</pre>
(full namespace qualification ::com::sun::star has been omitted
for brevity)
-
+
which unwraps the passed sequence's elements, assigning them to the
referenced values. Specify optional arguments as boost::optional<T>.
If the length of the sequence is greater than the count of arguments,
@@ -118,8 +118,8 @@ inline void extract(
If too few arguments are given in the sequence and a missing argument is
no boost::optional<T>, then an lang::IllegalArgumentException is thrown
with the specified xErrorContext (defaults to null-ref).
-
- The maximum number of service declarations can be set by defining
+
+ The maximum number of service declarations can be set by defining
COMPHELPER_UNWRAPARGS_MAX_ARGS; its default is 12.
*/
#define COMPHELPER_UNWRAPARGS_make(z_, n_, unused_) \