summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/comphelper/accimplaccess.hxx4
-rw-r--r--include/comphelper/componentmodule.hxx2
-rw-r--r--include/comphelper/containermultiplexer.hxx2
-rw-r--r--include/comphelper/listenernotification.hxx2
-rw-r--r--include/connectivity/sqlerror.hxx4
-rw-r--r--include/connectivity/virtualdbtools.hxx4
-rw-r--r--include/editeng/AccessibleComponentBase.hxx12
-rw-r--r--include/editeng/AccessibleContextBase.hxx6
-rw-r--r--include/editeng/AccessibleSelectionBase.hxx2
-rw-r--r--include/sfx2/Metadatable.hxx8
-rw-r--r--include/sfx2/sfxbasemodel.hxx6
-rw-r--r--include/svl/zforlist.hxx22
-rw-r--r--include/svtools/ivctrl.hxx2
-rw-r--r--include/svtools/roadmapwizard.hxx4
-rw-r--r--include/svx/AccessibleGraphicShape.hxx4
-rw-r--r--include/svx/AccessibleOLEShape.hxx4
-rw-r--r--include/svx/AccessibleShape.hxx14
-rw-r--r--include/svx/AccessibleShapeInfo.hxx4
-rw-r--r--include/svx/ChildrenManager.hxx6
-rw-r--r--include/svx/IAccessibleParent.hxx2
-rw-r--r--include/svx/IAccessibleViewForwarder.hxx2
-rw-r--r--include/svx/ShapeTypeHandler.hxx6
-rw-r--r--include/svx/dbaexchange.hxx2
-rw-r--r--include/toolkit/helper/vclunohelper.hxx4
-rw-r--r--include/ucbhelper/registerucb.hxx2
-rw-r--r--include/unotools/accessiblerelationsethelper.hxx4
-rw-r--r--include/unotools/accessiblestatesethelper.hxx4
-rw-r--r--include/unotools/componentresmodule.hxx2
-rw-r--r--include/unotools/confignode.hxx2
-rw-r--r--include/unotools/syslocale.hxx2
-rw-r--r--include/xmloff/formlayerimport.hxx2
-rw-r--r--include/xmloff/xmlmetae.hxx2
32 files changed, 74 insertions, 74 deletions
diff --git a/include/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx
index 3407c5a7b8b4..d3a1ed4c2274 100644
--- a/include/comphelper/accimplaccess.hxx
+++ b/include/comphelper/accimplaccess.hxx
@@ -46,7 +46,7 @@ namespace comphelper
of an AccessibleContext.
<p>For instance, when you want to implement a context which can be re-parented, you:
- <ul><li>derive your class from <type>OAccessibleImplementationAccess</type></li>
+ <ul><li>derive your class from OAccessibleImplementationAccess</li>
<li>use <code>setAccessibleParent( <em>component</em>, <em>new_parent</em> )</code>
</ul>
</p>
@@ -103,7 +103,7 @@ namespace comphelper
@return
the pointer to the implementation, if successful. The only known error condition so far
is an invalid context (which means it is <NULL/>, or the implementation is not derived
- from <type>OAccessibleImplementationAccess</type>, or retrieving the implementation failed).
+ from OAccessibleImplementationAccess, or retrieving the implementation failed).
*/
static OAccessibleImplementationAccess* getImplementation(
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >& _rxComponent
diff --git a/include/comphelper/componentmodule.hxx b/include/comphelper/componentmodule.hxx
index 9ce8a137ede2..95fea19b7783 100644
--- a/include/comphelper/componentmodule.hxx
+++ b/include/comphelper/componentmodule.hxx
@@ -123,7 +123,7 @@ namespace comphelper
::cppu::ComponentFactoryFunc _pCreateFunction,
FactoryInstantiation _pFactoryFunction = ::cppu::createSingleComponentFactory );
- /** registers a component given by <type>ComponentDescription</type>
+ /** registers a component given by ComponentDescription
*/
void registerImplementation( const ComponentDescription& _rComp );
diff --git a/include/comphelper/containermultiplexer.hxx b/include/comphelper/containermultiplexer.hxx
index 725265e493c6..40265e12f6d8 100644
--- a/include/comphelper/containermultiplexer.hxx
+++ b/include/comphelper/containermultiplexer.hxx
@@ -37,7 +37,7 @@ namespace comphelper
/** a non-UNO container listener
<p>Useful if you have a non-refcountable class which should act as container listener.<br/>
In this case, derive this class from OContainerListener, and create an adapter
- <type>OContainerListenerAdapter</type> which multiplexes the changes.</p>
+ OContainerListenerAdapter which multiplexes the changes.</p>
*/
class COMPHELPER_DLLPUBLIC OContainerListener
{
diff --git a/include/comphelper/listenernotification.hxx b/include/comphelper/listenernotification.hxx
index 73c3e7875e47..dc61467ccfa5 100644
--- a/include/comphelper/listenernotification.hxx
+++ b/include/comphelper/listenernotification.hxx
@@ -48,7 +48,7 @@ namespace comphelper
<li>call <member>disposing</member> upon the disposal of your broadcaster.</li>
</ul>
- See <type>OListenerContainerBase</type> for an implementation which even saves
+ See OListenerContainerBase for an implementation which even saves
you some more work, by doing the casts for you.
@see http://www.openoffice.org/servlets/ReadMsg?list=interface-announce&msgId=494345
diff --git a/include/connectivity/sqlerror.hxx b/include/connectivity/sqlerror.hxx
index 7119897c24aa..0d6ff02d9108 100644
--- a/include/connectivity/sqlerror.hxx
+++ b/include/connectivity/sqlerror.hxx
@@ -190,8 +190,8 @@ namespace connectivity
The thrown SQLException will contain the OOo-specific error code which derives
from the given error condition, and the error message associated with that condition.
- Note: You should prefer the version of <type>raiseException</type> which takes
- an additional <type>Context</type> parameter, since this allows clients of your
+ Note: You should prefer the version of raiseException which takes
+ an additional Context parameter, since this allows clients of your
exception to examine where the error occurred.
@param _eCondition
diff --git a/include/connectivity/virtualdbtools.hxx b/include/connectivity/virtualdbtools.hxx
index 10d32b3f00a7..fc14662c4dcf 100644
--- a/include/connectivity/virtualdbtools.hxx
+++ b/include/connectivity/virtualdbtools.hxx
@@ -224,7 +224,7 @@ namespace connectivity
//================================================================
//= IDataAccessCharSet
//================================================================
- /** simple wrapper for the <type>OCharsetMap</type>
+ /** simple wrapper for the OCharsetMap
*/
class OOO_DLLPUBLIC_DBTOOLS IDataAccessCharSet :
public ::rtl::IReference
@@ -336,7 +336,7 @@ namespace connectivity
const IParseContext* _pContext
) const = 0;
- /// creates a helper for charset related functionality (<type>OCharsetMap</type>)
+ /// creates a helper for charset related functionality (OCharsetMap)
virtual ::rtl::Reference< IDataAccessCharSet > createCharsetHelper( ) const = 0;
/// creates a simple version of the DBTypeConversion helper
diff --git a/include/editeng/AccessibleComponentBase.hxx b/include/editeng/AccessibleComponentBase.hxx
index ea292e0e439c..6c8d27762104 100644
--- a/include/editeng/AccessibleComponentBase.hxx
+++ b/include/editeng/AccessibleComponentBase.hxx
@@ -31,12 +31,12 @@ namespace accessibility {
/** @descr
This base class provides (will provice) a base implementation of the
- <type>XAccessibleComponent</type> and the
- <type>XAccessibleExtendedComponent</type> for all shapes. For
+ XAccessibleComponent and the
+ XAccessibleExtendedComponent for all shapes. For
more detailed documentation about the methods refer to the interface
- descriptions of <type>XAccessible</type>,
- <type>XAccessibleContext</type>, <type>XInterface</type>,
- <type>XServiceInfo</type>, and <type>XTypeProvider</type>.
+ descriptions of XAccessible,
+ XAccessibleContext, <type>XInterface</type>,
+ XServiceInfo, and <type>XTypeProvider</type>.
*/
class EDITENG_DLLPUBLIC AccessibleComponentBase
: public ::com::sun::star::accessibility::XAccessibleExtendedComponent
@@ -77,7 +77,7 @@ public:
throw (::com::sun::star::uno::RuntimeException);
/** The default implementation returns an empty position, i.e. the
- * result of the default constructor of <type>com::sun::star::awt::Point</type>.
+ * result of the default constructor of com::sun::star::awt::Point.
*/
virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen (void)
throw (::com::sun::star::uno::RuntimeException);
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx
index 574582a68ae1..9f77718f37fe 100644
--- a/include/editeng/AccessibleContextBase.hxx
+++ b/include/editeng/AccessibleContextBase.hxx
@@ -46,9 +46,9 @@ struct MutexOwner {mutable ::osl::Mutex maMutex;};
/** @descr
This base class provides an implementation of the
- <type>AccessibleContext</type> service. Appart from the
- <type>XXAccessible<type> and <type>XAccessibleContextContext</type>
- interfaces it supports the <type>XServiceInfo</type> interface.
+ AccessibleContext service. Appart from the
+ <type>XXAccessible<type> and XAccessibleContextContext
+ interfaces it supports the XServiceInfo interface.
*/
class EDITENG_DLLPUBLIC AccessibleContextBase
: public MutexOwner,
diff --git a/include/editeng/AccessibleSelectionBase.hxx b/include/editeng/AccessibleSelectionBase.hxx
index 7935d5dd1ae2..3bb4ea7e3a88 100644
--- a/include/editeng/AccessibleSelectionBase.hxx
+++ b/include/editeng/AccessibleSelectionBase.hxx
@@ -27,7 +27,7 @@ namespace accessibility
{
/** @descr
This base class provides a base implementation of the
- <type>XAccessibleSelection</type> interface.
+ XAccessibleSelection interface.
The following methods have to be implemented if this
class is used:
diff --git a/include/sfx2/Metadatable.hxx b/include/sfx2/Metadatable.hxx
index 70737da920ce..9b0f9585838a 100644
--- a/include/sfx2/Metadatable.hxx
+++ b/include/sfx2/Metadatable.hxx
@@ -55,7 +55,7 @@ createXmlIdRegistry(const bool i_DocIsClipboard);
/** base class for core objects that may have xml:id.
<p>The interface of this class consists of 3 parts:
- <ul><li>implementations that are used by the <type>MetadatableMixin</type>
+ <ul><li>implementations that are used by the MetadatableMixin
below</li>
<li>hooks to be called by the sw core whenever actions that are
relevant to the uniqueness of xml:ids are taken (copying,
@@ -130,10 +130,10 @@ private:
};
-/** base class for UNO objects that implement <type>XMetadatable</type>.
+/** base class for UNO objects that implement XMetadatable.
<p>An instance of this base class is associated with an instance of
- <type>Metadatable</type>.</p>
+ Metadatable.</p>
*/
class SFX2_DLLPUBLIC MetadatableMixin :
public ::cppu::WeakImplHelper1<
@@ -168,7 +168,7 @@ public:
protected:
/// get the core object corresponding to this UNO object.
virtual Metadatable * GetCoreObject() = 0;
- /// get the <type>XModel</type> for the document
+ /// get the XModel for the document
virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >
GetModel() = 0;
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx
index 524c86b0b99d..bcfc1d715b0a 100644
--- a/include/sfx2/sfxbasemodel.hxx
+++ b/include/sfx2/sfxbasemodel.hxx
@@ -1070,7 +1070,7 @@ public:
@param -
- @return - an <type>Events</type> object.
+ @return - an Events object.
@onerror -
*/
@@ -1098,7 +1098,7 @@ public:
/**___________________________________________________________________________________________________
@short -
- @descr - registers the given <type>XEventListener</type>.
+ @descr - registers the given XEventListener.
@seealso -
@@ -1113,7 +1113,7 @@ public:
/**___________________________________________________________________________________________________
@short -
- @descr - unregisters the given <type>XEventListener</type>.
+ @descr - unregisters the given XEventListener.
@seealso -
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index e4810e6492c6..a18f8f25dac0 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -660,35 +660,35 @@ public:
/// Return the decimal separator matching the locale of the given format
OUString GetFormatDecimalSep( sal_uInt32 nFormat ) const;
- /// Return a <type>NfCurrencyTable</type> with pointers to <type>NfCurrencyEntry</type> entries
+ /// Return a NfCurrencyTable with pointers to <type>NfCurrencyEntry</type> entries
static const NfCurrencyTable& GetTheCurrencyTable();
/** Searches, according to the default locale currency, an entry of the
CurrencyTable which is <bold>not</bold> the first (LANGUAGE_SYSTEM) entry.
@return
<NULL/> if not found
- else pointer to <type>NfCurrencyEntry</type>
+ else pointer to NfCurrencyEntry
*/
static const NfCurrencyEntry* MatchSystemCurrency();
- /** Return a <type>NfCurrencyEntry</type> matching a language/country.
+ /** Return a NfCurrencyEntry matching a language/country.
If language/country is LANGUAGE_SYSTEM a <method>MatchSystemCurrency</method>
call is tried to get an entry. If that fails or the corresponding
language/country is not present the entry for LANGUAGE_SYSTEM is returned.
*/
static const NfCurrencyEntry& GetCurrencyEntry( LanguageType );
- /** Return a <type>NfCurrencyEntry</type> pointer matching a language/country
+ /** Return a NfCurrencyEntry pointer matching a language/country
and currency abbreviation (AKA banking symbol).
This method is meant for the configuration of the default currency.
@return
<NULL/> if not found
- else pointer to <type>NfCurrencyEntry</type>
+ else pointer to NfCurrencyEntry
*/
static const NfCurrencyEntry* GetCurrencyEntry( const OUString& rAbbrev,
LanguageType eLang );
- /** Return a <type>NfCurrencyEntry</type> pointer matching the symbol
+ /** Return a NfCurrencyEntry pointer matching the symbol
combination of a LegacyOnly currency. Note that this means only that
the currency matching both symbols was once used in the Office, but is
not offered in dialogs anymore. It doesn't even mean that the currency
@@ -707,7 +707,7 @@ public:
static void SetDefaultSystemCurrency( const OUString& rAbbrev, LanguageType eLang );
/** Get all standard formats for a specific currency, formats are
- appended to the <type>NfWSStringsDtor</type> list.
+ appended to the NfWSStringsDtor list.
@param bBank
<TRUE/>: generate only format strings with currency abbreviation
<FALSE/>: mixed format strings
@@ -726,7 +726,7 @@ public:
const NfCurrencyEntry** ppEntry = NULL,
bool* pBank = NULL ) const;
- /** Look up the corresponding <type>NfCurrencyEntry</type> matching
+ /** Look up the corresponding NfCurrencyEntry matching
rSymbol (may be CurrencySymbol or CurrencyAbbreviation) and possibly
a rExtension (being yyy of [$xxx-yyy]) or a given language/country
value. Tries to match a rSymbol with rExtension first, then with
@@ -774,10 +774,10 @@ public:
/// Fill rList with the language/country codes that have been allocated
void GetUsedLanguages( std::vector<sal_uInt16>& rList );
- /// Fill a <type>NfKeywordIndex</type> table with keywords of a language/country
+ /// Fill a NfKeywordIndex table with keywords of a language/country
void FillKeywordTable( NfKeywordTable& rKeywords, LanguageType eLang );
- /** Return a keyword for a language/country and <type>NfKeywordIndex</type>
+ /** Return a keyword for a language/country and NfKeywordIndex
for XML import, to generate number format strings. */
OUString GetKeyword( LanguageType eLnge, sal_uInt16 nIndex );
@@ -867,7 +867,7 @@ private:
// Build positive currency format, old compatibility style
SVL_DLLPRIVATE void ImpGetPosCurrFormat(OUStringBuffer& sPosStr, const OUString& rCurrSymbol);
- // Create <type>theCurrencyTable</type> with all <type>NfCurrencyEntry</type>
+ // Create theCurrencyTable with all <type>NfCurrencyEntry</type>
SVL_DLLPRIVATE static void ImpInitCurrencyTable();
// Return the format index of the currency format of the system locale.
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index 3c5aafc57848..0a25a5d5ab94 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -296,7 +296,7 @@ public:
/** creates automatic mnemonics for all icon texts in the control
@param _rUsedMnemonics
- a <type>MnemonicGenerator</type> at which some other mnemonics are already registered.
+ a MnemonicGenerator at which some other mnemonics are already registered.
This can be used if the control needs to share the "mnemonic space" with other elements,
such as a menu bar.
*/
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx
index aae7ebfc5d7b..35067f11148f 100644
--- a/include/svtools/roadmapwizard.hxx
+++ b/include/svtools/roadmapwizard.hxx
@@ -98,7 +98,7 @@ protected:
The very first path which is declared is automatically activated.
Note that all paths which are declared must have the very first state in
- common. Also note that due to a restriction of the very base class (<type>WizardDialog</type>),
+ common. Also note that due to a restriction of the very base class (WizardDialog),
this common first state must be 0.
You cannot declare new paths once the wizard started, so it's recommended that
@@ -160,7 +160,7 @@ protected:
/** determine the next state to travel from the given one
- This method (which is declared in <type>OWizardMachine</type> and overwritten here)
+ This method (which is declared in OWizardMachine and overwritten here)
ensures that traveling happens along the active path.
@see activatePath
diff --git a/include/svx/AccessibleGraphicShape.hxx b/include/svx/AccessibleGraphicShape.hxx
index cfe87332fe38..4af3b913fecb 100644
--- a/include/svx/AccessibleGraphicShape.hxx
+++ b/include/svx/AccessibleGraphicShape.hxx
@@ -28,8 +28,8 @@ namespace accessibility {
/** @descr
This class makes graphic shapes accessible. With respect to its
- base class <type>AccessibleShape</type> it supports the additional
- <type>XAccessibleImage</type> interface.
+ base class AccessibleShape it supports the additional
+ XAccessibleImage interface.
*/
class SVX_DLLPUBLIC AccessibleGraphicShape
: public AccessibleShape,
diff --git a/include/svx/AccessibleOLEShape.hxx b/include/svx/AccessibleOLEShape.hxx
index 1c3fe797ed59..378924bd1fc1 100644
--- a/include/svx/AccessibleOLEShape.hxx
+++ b/include/svx/AccessibleOLEShape.hxx
@@ -29,8 +29,8 @@ namespace accessibility {
/** @descr
This class makes OLE objects accessible. With respect to its
- base class <type>AccessibleShape</type> it supports the additional
- <type>XAccessibleAction</type> interface.
+ base class AccessibleShape it supports the additional
+ XAccessibleAction interface.
*/
class SVX_DLLPUBLIC AccessibleOLEShape
: public AccessibleShape,
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 450b090f7562..1e1bc6081253 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -46,9 +46,9 @@ class IAccessibleParent;
/** This base class provides a base implementation for all shapes. For more
detailed documentation about the methods refer to the descriptions of
the implemented interfaces. These are, among others,
- <type>XAccessible</type>, <type>XAccessibleContext</type>,
- <type>XAccessibleComponent</type> and
- <type>XAccessibleExtendedComponent</type>.
+ XAccessible, <type>XAccessibleContext</type>,
+ XAccessibleComponent and
+ XAccessibleExtendedComponent.
<p>The children of a shape can stem from two sources which, in case of
SVX and SD shapes, are mutually exclusive. This implementation,
@@ -56,9 +56,9 @@ class IAccessibleParent;
shapes from other projects.
<ul>
<li>If this shape is a group shape, i.e. a
- <type>SvxShapeGroup</type> or a <type>Svx3DSceneObject</type>, it
+ SvxShapeGroup or a <type>Svx3DSceneObject</type>, it
can have nested shapes.</li>
- <li>If this shape is a descendant from <type>SvxShapeText</type>
+ <li>If this shape is a descendant from SvxShapeText
then the text paragraphs are its children.</li>
</ul>
</p>
@@ -116,7 +116,7 @@ public:
/** Set the specified state. If the state is <const>FOCUSED</const>
then, additionally to the inherited functionality, the focus
- listeners registered with the <type>XAccessibleComponent</type>
+ listeners registered with the XAccessibleComponent
interface are called (if that state really changes).
@param aState
@@ -130,7 +130,7 @@ public:
/** Reset the specified state. If the state is <const>FOCUSED</const>
then, additionally to the inherited functionality, the focus
- listeners registered with the <type>XAccessibleComponent</type>
+ listeners registered with the XAccessibleComponent
interface are called (if that state really changes).
@param aState
diff --git a/include/svx/AccessibleShapeInfo.hxx b/include/svx/AccessibleShapeInfo.hxx
index c7ef007c9d65..dea25656efa9 100644
--- a/include/svx/AccessibleShapeInfo.hxx
+++ b/include/svx/AccessibleShapeInfo.hxx
@@ -32,10 +32,10 @@ namespace accessibility {
shape that is passed to the constructor of that shape. It allows to
separate the class definitions of the shapes from the information
needed on construction. Only the shapes' implementation has to be
- adapted to a modified <type>AccessibleShapeInfo</type> definition.
+ adapted to a modified AccessibleShapeInfo definition.
<p>Note that this class complements the
- <type>AccessibleShapeTreeInfo</type> interface which contains
+ AccessibleShapeTreeInfo interface which contains
information that is passed to all shapes in a subtree not just to a
single shape. </p>
*/
diff --git a/include/svx/ChildrenManager.hxx b/include/svx/ChildrenManager.hxx
index 3232bd22c0b1..216a40f6b7f0 100644
--- a/include/svx/ChildrenManager.hxx
+++ b/include/svx/ChildrenManager.hxx
@@ -33,7 +33,7 @@ class AccessibleContextBase;
class AccessibleShape;
class ChildrenManagerImpl;
-/** The <type>AccessibleChildrenManager</type> class acts as a cache of the
+/** The AccessibleChildrenManager class acts as a cache of the
accessible objects of the currently visible shapes of a draw page and as
a factory to create the corresponding accessible object for a given
shape.
@@ -42,7 +42,7 @@ class ChildrenManagerImpl;
It is passes to the constructor and can be re-set with a call to
<member>SetShapeList</member>. Accessibility objects which represent
these shapes are constructed usually on demand. The second source is a
- set of single <type>AccessibleShape</type> objects added by calls to
+ set of single AccessibleShape objects added by calls to
<member>AddAccessibleShape</member>. These are not modified by this
class. They are only copied into the list of visible shapes depending
on their visibility. The later list can be cleared by calling
@@ -55,7 +55,7 @@ class ChildrenManagerImpl;
<p>A children manager registers itself at the broadcaster passed to its
constructor and transforms/forwards the received events to the listeners
of the also given context base. The transformation process includes
- interpreting a <type>document::XEventListener</type>, the change from
+ interpreting a document::XEventListener, the change from
XShape references to the associated XAccessible reference, and the
creation of an XAccessibleEventObject. The event object is then passed
to the <method>fireEvent</method> method of the context and from there
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx
index 05854b66e3b8..0e7acdddb784 100644
--- a/include/svx/IAccessibleParent.hxx
+++ b/include/svx/IAccessibleParent.hxx
@@ -30,7 +30,7 @@ class AccessibleShape;
class AccessibleShapeTreeInfo;
/** This interface contains methods missing from the
- <type>XAccessibleContext</type> interface that allow the modification of
+ XAccessibleContext interface that allow the modification of
parent/child relationship.
*/
class IAccessibleParent
diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx
index 8ea001fe0e19..1509d08aa20b 100644
--- a/include/svx/IAccessibleViewForwarder.hxx
+++ b/include/svx/IAccessibleViewForwarder.hxx
@@ -35,7 +35,7 @@ namespace accessibility {
<method>GetVisibleArea</method> returns the visible rectangle that
corresponds to this window.</p>
- <p>This interface is similar to the <type>SvxViewForwarder</type> but
+ <p>This interface is similar to the SvxViewForwarder but
differs in two important points: Firstly the <member>GetVisArea</member>
method returns a rectangle in internal coordinates and secondly the
transformation methods do not require explicit mapmodes. These have to
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx
index 4dea0232bc90..fac44c596eba 100644
--- a/include/svx/ShapeTypeHandler.hxx
+++ b/include/svx/ShapeTypeHandler.hxx
@@ -84,7 +84,7 @@ public:
/** This function returns a reference to the only instance of this class.
Use this instance to retrieve a shape's type and service name.
@return
- Returns a reference to a <type>ShapeTypeHandler</type> object.
+ Returns a reference to a ShapeTypeHandler object.
*/
static ShapeTypeHandler& Instance (void);
@@ -104,7 +104,7 @@ public:
Returns the type id of the specified shape or
-1 when the given reference is either not
set or the referenced object does not support the
- <type>XShapeDescriptor</type> interface.
+ XShapeDescriptor interface.
*/
ShapeTypeId GetTypeId (const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape>& rxShape) const;
@@ -140,7 +140,7 @@ public:
/** Add new shape types to the internal tables. Each new shape type is
described by one shape type descriptor. See
- <type>ShapeTypeDescriptor</type> for more details.
+ ShapeTypeDescriptor for more details.
@param nDescriptorCount
Number of new shape types.
diff --git a/include/svx/dbaexchange.hxx b/include/svx/dbaexchange.hxx
index f4f40673d87b..278352572c46 100644
--- a/include/svx/dbaexchange.hxx
+++ b/include/svx/dbaexchange.hxx
@@ -137,7 +137,7 @@ namespace svx
<p>This method helps you treating this class as simple container class:<br/>
At the moment, it is a data container and a transferable.
Using <method>addDataToContainer</method>, you can treat the class as dumb data container,
- doing the Drag'n'Drop with a <type>TransferDataContainer</type> instance (which may contain
+ doing the Drag'n'Drop with a TransferDataContainer instance (which may contain
additional formats)</p>
@TODO
split this class into a two separate classes: one for the data container aspect, one for
diff --git a/include/toolkit/helper/vclunohelper.hxx b/include/toolkit/helper/vclunohelper.hxx
index cb1da9ffe4d2..e6155ef66f7e 100644
--- a/include/toolkit/helper/vclunohelper.hxx
+++ b/include/toolkit/helper/vclunohelper.hxx
@@ -119,8 +119,8 @@ public:
//========================================================================
//= MeasurementUnitConversion
//========================================================================
- /** small helper to convert between <type>MeasurementUnit</type> and
- <type>FieldUnit</type>
+ /** small helper to convert between MeasurementUnit and
+ FieldUnit
*/
static sal_Int16 ConvertToMeasurementUnit( FieldUnit _nFieldUnit, sal_Int16 _rFieldToUNOValueFactor );
static FieldUnit ConvertToFieldUnit( sal_Int16 _nMeasurementUnit, sal_Int16& _rFieldToUNOValueFactor );
diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx
index ab241a2f9cb4..1c58fc1b682b 100644
--- a/include/ucbhelper/registerucb.hxx
+++ b/include/ucbhelper/registerucb.hxx
@@ -88,7 +88,7 @@ typedef std::vector< ContentProviderData > ContentProviderDataList;
@param rManager A content provider manager (normally, this would be a
UCB). May be null, which is only useful if the content provider is an
- <type>XParamterizedContentProvider</type>s.
+ XParamterizedContentProviders.
@param rServiceFactory A factory through which to obtain the required
services.
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
diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx
index 9a05b73c9ec0..04d40bd3d353 100644
--- a/include/xmloff/formlayerimport.hxx
+++ b/include/xmloff/formlayerimport.hxx
@@ -70,7 +70,7 @@ namespace xmloff
sal_uInt16 _nPrefix,
const OUString& _rLocalName);
- /** create an <type>SvXMLImportContext</type> instance which is able to import the &lt;form:form&gt;
+ /** create an SvXMLImportContext instance which is able to import the &lt;form:form&gt;
element.
<p>You must have called <method>startPage</method> before you can create such an import context.</p>
diff --git a/include/xmloff/xmlmetae.hxx b/include/xmloff/xmlmetae.hxx
index 3b99cbfabfdf..a0a03560791f 100644
--- a/include/xmloff/xmlmetae.hxx
+++ b/include/xmloff/xmlmetae.hxx
@@ -37,7 +37,7 @@
class SvXMLExport;
-/** export meta data from an <type>XDocumentProperties</type> instance.
+/** export meta data from an XDocumentProperties instance.
<p>
This class will start the export at the office:meta element,