diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-14 21:36:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-15 20:30:39 +0100 |
commit | 8d373129e9ade194ff7759c9e8736945c4a2fb42 (patch) | |
tree | 156661f5b7e6a9a9d5657001d180a25cd4bda0bc /sw/source/uibase/dbui | |
parent | 2f7eb939fe162cbe16af68bb09754a8a9800a78f (diff) |
callcatcher: update unused code
and strip away some stuff in rsc that should now be dead
Change-Id: I6411e706c50dff299099680f1f942bf61c4e79f2
Diffstat (limited to 'sw/source/uibase/dbui')
-rw-r--r-- | sw/source/uibase/dbui/mailmergehelper.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/uibase/dbui/mailmergehelper.cxx b/sw/source/uibase/dbui/mailmergehelper.cxx index 1d3826ac745e..88f702afcadd 100644 --- a/sw/source/uibase/dbui/mailmergehelper.cxx +++ b/sw/source/uibase/dbui/mailmergehelper.cxx @@ -185,16 +185,6 @@ struct SwAddressPreview_Impl } }; -SwAddressPreview::SwAddressPreview(Window* pParent, const ResId& rResId) - : Window( pParent, rResId ) - , aVScrollBar(this, WB_VSCROLL) - , pImpl(new SwAddressPreview_Impl()) -{ - aVScrollBar.SetScrollHdl(LINK(this, SwAddressPreview, ScrollHdl)); - positionScrollBar(); - Show(); -} - SwAddressPreview::SwAddressPreview(Window* pParent, WinBits nStyle) : Window( pParent, nStyle ) , aVScrollBar(this, WB_VSCROLL) |