diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 16:04:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 17:00:22 +0100 |
commit | 046cd2c4d25854eb57d978cab9962b8d9b530b0d (patch) | |
tree | 094932a0e9296edd06cf2c0f4eb61121800a700d /vcl/source/control | |
parent | 52b871b833c66dc3cdffc9692c31fb77ed5afeb0 (diff) |
FixedHyperlink no longer loaded from resource files
Change-Id: Ie2943e7b19d8d8d5bd2e3e5ccb466512af31cc24
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/fixedhyper.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/control/fixedhyper.cxx b/vcl/source/control/fixedhyper.cxx index 9762cdaa5992..ce16866a636f 100644 --- a/vcl/source/control/fixedhyper.cxx +++ b/vcl/source/control/fixedhyper.cxx @@ -19,13 +19,6 @@ #include <vcl/fixedhyper.hxx> -FixedHyperlink::FixedHyperlink(Window* pParent, const ResId& rResId) - : FixedText(pParent, rResId) - , m_nTextLen(0) -{ - Initialize(); -} - FixedHyperlink::FixedHyperlink(Window* pParent, WinBits nWinStyle) : FixedText(pParent, nWinStyle) , m_nTextLen(0) |