summaryrefslogtreecommitdiff
path: root/include/comphelper/types.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/types.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/types.hxx')
-rw-r--r--include/comphelper/types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx
index 66c6a9e0bcfb..f9a1506e88c6 100644
--- a/include/comphelper/types.hxx
+++ b/include/comphelper/types.hxx
@@ -135,7 +135,7 @@ namespace comphelper
*/
COMPHELPER_DLLPUBLIC starawt::FontDescriptor getDefaultFont();
- /** examine a sequence for the <type scope="com.sun.star.uno">Type</type> of it's elements.
+ /** examine a sequence for the com.sun.star.uno::Type of it's elements.
*/
COMPHELPER_DLLPUBLIC staruno::Type getSequenceElementType(const staruno::Type& _rSequenceType);