summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-14 21:36:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-15 20:30:39 +0100
commit8d373129e9ade194ff7759c9e8736945c4a2fb42 (patch)
tree156661f5b7e6a9a9d5657001d180a25cd4bda0bc /sw/source/uibase/dbui
parent2f7eb939fe162cbe16af68bb09754a8a9800a78f (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.cxx10
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)