summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/hyperlabel.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-17 10:15:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-17 10:15:42 +0000
commit55bfa49bae132fe9c2108a1e9d8177a81d3c03e2 (patch)
tree2fababc3da3b300b8acf3a6833be1fab3b5aedb9 /svtools/source/control/hyperlabel.cxx
parentINTEGRATION: CWS dba23 (1.22.54); FILE MERGED (diff)
downloadcore-55bfa49bae132fe9c2108a1e9d8177a81d3c03e2.tar.gz
core-55bfa49bae132fe9c2108a1e9d8177a81d3c03e2.zip
INTEGRATION: CWS dba23 (1.4.50); FILE MERGED
2005/02/11 13:05:39 oj 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/10 11:42:43 oj 1.4.50.1: #i39192# tabstop corrected
Diffstat (limited to 'svtools/source/control/hyperlabel.cxx')
-rw-r--r--svtools/source/control/hyperlabel.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/svtools/source/control/hyperlabel.cxx b/svtools/source/control/hyperlabel.cxx
index e504791eaaee..eac62f2c4f1e 100644
--- a/svtools/source/control/hyperlabel.cxx
+++ b/svtools/source/control/hyperlabel.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hyperlabel.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 09:25:36 $
+ * last change: $Author: vg $ $Date: 2005-02-17 11:15:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,14 +121,14 @@ namespace svt
HyperLabel::HyperLabel( Window* _pParent, const ResId& _rId )
:FixedText( _pParent, _rId )
- ,m_pImpl( NULL )
+ ,m_pImpl( new HyperLabelImpl )
{
implInit(_pParent);
}
HyperLabel::HyperLabel( Window* _pParent, WinBits _nWinStyle )
:FixedText( _pParent, _nWinStyle )
- ,m_pImpl( NULL )
+ ,m_pImpl( new HyperLabelImpl )
{
implInit(_pParent);
}
@@ -173,7 +173,6 @@ namespace svt
void HyperLabel::implInit(Window* _pParent)
{
const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings();
- m_pImpl = new HyperLabelImpl;
ToggleBackgroundColor( COL_TRANSPARENT );
WinBits nWinStyle = GetStyle();