summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/fixedhyper.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-09 11:45:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-09 13:57:16 +0000
commit87ec1f8857e77c0b8d559fa92416f44b68dd1e63 (patch)
treec6aca1bbfe5bbf8749a870c1a1cbc05399aa4a2e /svtools/source/control/fixedhyper.cxx
parentThree factories in sot never used (diff)
downloadcore-87ec1f8857e77c0b8d559fa92416f44b68dd1e63.tar.gz
core-87ec1f8857e77c0b8d559fa92416f44b68dd1e63.zip
callcatcher: remove unused code post automation removal
Diffstat (limited to 'svtools/source/control/fixedhyper.cxx')
-rw-r--r--svtools/source/control/fixedhyper.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/control/fixedhyper.cxx b/svtools/source/control/fixedhyper.cxx
index 46b6fce13299..2fa3fd553c05 100644
--- a/svtools/source/control/fixedhyper.cxx
+++ b/svtools/source/control/fixedhyper.cxx
@@ -136,14 +136,6 @@ void FixedHyperlink::SetDescription( const String& rNewDescription )
m_nTextLen = GetCtrlTextWidth( GetText() );
}
-// class FixedHyperlinkImage ---------------------------------------------
-
-FixedHyperlinkImage::FixedHyperlinkImage( Window* pParent, const ResId& rResId ) :
- FixedImage( pParent, rResId )
-{
- Initialize();
-}
-
FixedHyperlinkImage::FixedHyperlinkImage( Window* pParent, WinBits nWinStyle ) :
FixedImage( pParent, nWinStyle )
{