diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 09:03:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 09:35:19 +0100 |
commit | f19ca44a0451df84c5329e456765eef4886e644b (patch) | |
tree | 5c761a53d9401aff49c1635e4a024608603b9722 /sw | |
parent | 9e8d4c439f96d52b676b933b18902a3ec80e2f38 (diff) |
callcatcher: update unused code
Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/uibase/dbui/mailmergehelper.cxx | 12 | ||||
-rw-r--r-- | sw/source/core/uibase/inc/mailmergehelper.hxx | 6 |
2 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/core/uibase/dbui/mailmergehelper.cxx b/sw/source/core/uibase/dbui/mailmergehelper.cxx index 26e60f2537f4..a2f34f5ca04c 100644 --- a/sw/source/core/uibase/dbui/mailmergehelper.cxx +++ b/sw/source/core/uibase/dbui/mailmergehelper.cxx @@ -168,18 +168,6 @@ uno::Reference< mail::XSmtpService > ConnectToSmtpServer( } //namespace -SwBoldFixedInfo::SwBoldFixedInfo(Window* pParent, const ResId& rResId) : - FixedInfo(pParent, rResId) -{ - Font aFont = GetFont(); - aFont.SetWeight( WEIGHT_BOLD ); - SetFont( aFont ); -} - -SwBoldFixedInfo::~SwBoldFixedInfo() -{ -} - struct SwAddressPreview_Impl { ::std::vector< OUString > aAddresses; diff --git a/sw/source/core/uibase/inc/mailmergehelper.hxx b/sw/source/core/uibase/inc/mailmergehelper.hxx index a7632800fc64..33b1ded80640 100644 --- a/sw/source/core/uibase/inc/mailmergehelper.hxx +++ b/sw/source/core/uibase/inc/mailmergehelper.hxx @@ -54,12 +54,6 @@ namespace SwMailMergeHelper Window* pDialogParentWindow = 0 ); } -class SW_DLLPUBLIC SwBoldFixedInfo : public FixedInfo -{ -public: - SwBoldFixedInfo(Window* pParent, const ResId& rResId); - virtual ~SwBoldFixedInfo(); -}; struct SwAddressPreview_Impl; /*------------------------------------------------------------------------- |