summaryrefslogtreecommitdiffstats
path: root/include/vcl/fixedhyper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/fixedhyper.hxx')
-rw-r--r--include/vcl/fixedhyper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx
index aa64663a7ca8..30a2ab5e6a7b 100644
--- a/include/vcl/fixedhyper.hxx
+++ b/include/vcl/fixedhyper.hxx
@@ -93,16 +93,16 @@
virtual bool set_property(const OString &rKey, const OString &rValue);
- /** sets <member>m_aClickHdl</member> with <arg>rLink</arg>.
+ /** sets m_aClickHdl with rLink.
- <member>m_aClickHdl</member> is called if the text is clicked.
+ m_aClickHdl is called if the text is clicked.
*/
inline void SetClickHdl( const Link& rLink ) { m_aClickHdl = rLink; }
- /** returns <member>m_aClickHdl</member>.
+ /** returns m_aClickHdl.
@return
- <member>m_aClickHdl</member>
+ m_aClickHdl
*/
inline const Link& GetClickHdl() const { return m_aClickHdl; }
@@ -114,7 +114,7 @@
/** returns the URL of the hyperlink.
@return
- <member>m_sURL</member>
+ m_sURL
*/
OUString GetURL() const;