diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 19:07:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:00:59 +0200 |
commit | cdbbbdce9956e290b4a849af332df55da1be8d36 (patch) | |
tree | 2050cdc73e167962b0a37e7272abd55575f8c705 /include/unotools | |
parent | bf080115bac322b177ffcf1e15aff4de1d742b4c (diff) |
include: convert <type> here too
sed -i "s,<type>\([^<]\+\)</type>,\1,"
Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/accessiblerelationsethelper.hxx | 4 | ||||
-rw-r--r-- | include/unotools/accessiblestatesethelper.hxx | 4 | ||||
-rw-r--r-- | include/unotools/componentresmodule.hxx | 2 | ||||
-rw-r--r-- | include/unotools/confignode.hxx | 2 | ||||
-rw-r--r-- | include/unotools/syslocale.hxx | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/include/unotools/accessiblerelationsethelper.hxx b/include/unotools/accessiblerelationsethelper.hxx index 18e9a80a639a..7135008f9d6e 100644 --- a/include/unotools/accessiblerelationsethelper.hxx +++ b/include/unotools/accessiblerelationsethelper.hxx @@ -94,7 +94,7 @@ public: @param aRelationType The type of relation to look for in this set of relations. This has to be one of the constants of - <type>AccessibleRelationType</type>. + AccessibleRelationType. @return Returns <TRUE/> if there is a (at least one) relation of the @@ -107,7 +107,7 @@ public: @param aRelationType The type of the relation to return. This has to be one of the - constants of <type>AccessibleRelationType</type>. + constants of AccessibleRelationType. @return If a relation with the given type could be found than (a copy diff --git a/include/unotools/accessiblestatesethelper.hxx b/include/unotools/accessiblestatesethelper.hxx index 7652a03cc47c..60470e8eb6a9 100644 --- a/include/unotools/accessiblestatesethelper.hxx +++ b/include/unotools/accessiblestatesethelper.hxx @@ -87,7 +87,7 @@ public: @param aState The state for which to check membership. This has to be one of - the constants of <type>AccessibleStateType</type>. + the constants of AccessibleStateType. @return Returns <TRUE/> if the given state is a member of this object's @@ -103,7 +103,7 @@ public: This sequence of states is interpreted as set and every of its members, duplicates are ignored, is checked for membership in this object's state set. Each state has to be one of the - constants of <type>AccessibleStateType</type>. + constants of AccessibleStateType. @return Returns <TRUE/> if all states of the given state set are members diff --git a/include/unotools/componentresmodule.hxx b/include/unotools/componentresmodule.hxx index d27b5c7604e6..92116cb71db2 100644 --- a/include/unotools/componentresmodule.hxx +++ b/include/unotools/componentresmodule.hxx @@ -65,7 +65,7 @@ namespace utl //========================================================================= //= ModuleRes //========================================================================= - /** specialized ResId, using the resource manager provided by a given <type>OModule</type> + /** specialized ResId, using the resource manager provided by a given OModule */ class UNOTOOLS_DLLPUBLIC ModuleRes : public ::ResId { diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx index 4e663dd25bbb..60f749664952 100644 --- a/include/unotools/confignode.hxx +++ b/include/unotools/confignode.hxx @@ -306,7 +306,7 @@ namespace utl const OUString& _rPath, sal_Int32 _nDepth = -1, CREATION_MODE _eMode = CM_UPDATABLE, sal_Bool _bLazyWrite = sal_True ); /** commit all changes made on the subtree the object is the root for<p/> - All changes made on any <type>OConfigurationNode</type> object retrieved (maybe indirect) from this root + All changes made on any OConfigurationNode object retrieved (maybe indirect) from this root object are committed when calling this method. @return sal_True if and only if the commit was successful */ diff --git a/include/unotools/syslocale.hxx b/include/unotools/syslocale.hxx index d32a22139129..5f4f5ab70c4b 100644 --- a/include/unotools/syslocale.hxx +++ b/include/unotools/syslocale.hxx @@ -34,7 +34,7 @@ namespace osl { class Mutex; } /** SvtSysLocale provides a refcounted single instance of an application wide - <type>LocaleDataWrapper</type> and <type>CharClass</type> which always + LocaleDataWrapper and <type>CharClass</type> which always follow the locale as it is currently configured by the user. You may use it anywhere to access the locale data elements like decimal separator and simple date formatting and so on. Contructing and destructing a |