Kaydet (Commit) 046cd2c4 authored tarafından Caolán McNamara's avatar Caolán McNamara

FixedHyperlink no longer loaded from resource files

Change-Id: Ie2943e7b19d8d8d5bd2e3e5ccb466512af31cc24
üst 52b871b8
...@@ -64,7 +64,6 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText ...@@ -64,7 +64,6 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText
With ResId or WinBits. With ResId or WinBits.
*/ */
FixedHyperlink( Window* pParent, const ResId& rId );
FixedHyperlink( Window* pParent, WinBits nWinStyle = 0 ); FixedHyperlink( Window* pParent, WinBits nWinStyle = 0 );
/** dtor /** dtor
......
...@@ -19,13 +19,6 @@ ...@@ -19,13 +19,6 @@
#include <vcl/fixedhyper.hxx> #include <vcl/fixedhyper.hxx>
FixedHyperlink::FixedHyperlink(Window* pParent, const ResId& rResId)
: FixedText(pParent, rResId)
, m_nTextLen(0)
{
Initialize();
}
FixedHyperlink::FixedHyperlink(Window* pParent, WinBits nWinStyle) FixedHyperlink::FixedHyperlink(Window* pParent, WinBits nWinStyle)
: FixedText(pParent, nWinStyle) : FixedText(pParent, nWinStyle)
, m_nTextLen(0) , m_nTextLen(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment