diff options
Diffstat (limited to 'include/vcl/fixedhyper.hxx')
-rw-r--r-- | include/vcl/fixedhyper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx index 37e4465d4f53..9ad244c473d7 100644 --- a/include/vcl/fixedhyper.hxx +++ b/include/vcl/fixedhyper.hxx @@ -116,7 +116,7 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText @return m_sURL */ - OUString GetURL() const; + const OUString& GetURL() const { return m_sURL;} /** sets new text and recalculates the text length. */ virtual void SetText(const OUString& rNewDescription) SAL_OVERRIDE; |