summaryrefslogtreecommitdiff
path: root/include/comphelper/sequenceasvector.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:06:50 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:58 +0200
commitbf080115bac322b177ffcf1e15aff4de1d742b4c (patch)
tree52c7b2989273a4175dbedab888e1806b7bf6588e /include/comphelper/sequenceasvector.hxx
parent91dde49e9aef3991dbb159507cb03b73ba507818 (diff)
include: convert type scope="foo"> here too
sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I7eb32acd44132de79cc7ac1e7f78b43bb4814d14
Diffstat (limited to 'include/comphelper/sequenceasvector.hxx')
-rw-r--r--include/comphelper/sequenceasvector.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/sequenceasvector.hxx b/include/comphelper/sequenceasvector.hxx
index 305eba9245ff..c186debc8e71 100644
--- a/include/comphelper/sequenceasvector.hxx
+++ b/include/comphelper/sequenceasvector.hxx
@@ -108,7 +108,7 @@ class SequenceAsVector : public ::std::vector< TElementType >
@param aSource
this any must contain a suitable sequence. :-)
- @throw A <type scope="com::sun::star::beans">IllegalTypeException</type>
+ @throw A com::sun::star::beans::IllegalTypeException
if an unsupported element inside this Any
is given. An empty Any reset this instance!
*/
@@ -147,7 +147,7 @@ class SequenceAsVector : public ::std::vector< TElementType >
@param aSource
this any must contain a suitable sequence. :-)
- @throw A <type scope="com::sun::star::beans">IllegalTypeException</type>
+ @throw A com::sun::star::beans::IllegalTypeException
if an unsupported element inside this Any
is given. An empty Any reset this instance!
*/