summaryrefslogtreecommitdiff
path: root/include/comphelper/enumhelper.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/enumhelper.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/enumhelper.hxx')
-rw-r--r--include/comphelper/enumhelper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/comphelper/enumhelper.hxx b/include/comphelper/enumhelper.hxx
index 9870291b22f5..27b20c20fd24 100644
--- a/include/comphelper/enumhelper.hxx
+++ b/include/comphelper/enumhelper.hxx
@@ -51,8 +51,8 @@ struct OEnumerationLock
//==================================================================
//= OEnumerationByName
//==================================================================
-/** provides an <type scope="com.sun.star.container">XEnumeration</type> access based
- on an object implementing the <type scope="com.sun.star.container">XNameAccess</type> interface
+/** provides an com.sun.star.container::XEnumeration access based
+ on an object implementing the com.sun.star.container::XNameAccess interface
*/
class COMPHELPER_DLLPUBLIC OEnumerationByName : private OEnumerationLock
, public ::cppu::WeakImplHelper2< starcontainer::XEnumeration ,
@@ -83,8 +83,8 @@ private:
//==================================================================
//= OEnumerationByIndex
//==================================================================
-/** provides an <type scope="com.sun.star.container">XEnumeration</type> access based
- on an object implementing the <type scope="com.sun.star.container">XNameAccess</type> interface
+/** provides an com.sun.star.container::XEnumeration access based
+ on an object implementing the com.sun.star.container::XNameAccess interface
*/
class COMPHELPER_DLLPUBLIC OEnumerationByIndex : private OEnumerationLock
, public ::cppu::WeakImplHelper2< starcontainer::XEnumeration ,
@@ -112,7 +112,7 @@ private:
//==================================================================
//= OAnyEnumeration
//==================================================================
-/** provides an <type scope="com.sun.star.container">XEnumeration</type>
+/** provides an com.sun.star.container::XEnumeration
for an outside set vector of Any's.
*/