summaryrefslogtreecommitdiffstats
path: root/sw
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
parentfix debug=2 build (diff)
downloadcore-8d373129e9ade194ff7759c9e8736945c4a2fb42.tar.gz
core-8d373129e9ade194ff7759c9e8736945c4a2fb42.zip
callcatcher: update unused code
and strip away some stuff in rsc that should now be dead Change-Id: I6411e706c50dff299099680f1f942bf61c4e79f2
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/dbui/mailmergehelper.cxx10
-rw-r--r--sw/source/uibase/inc/mailmergehelper.hxx2
2 files changed, 0 insertions, 12 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)
diff --git a/sw/source/uibase/inc/mailmergehelper.hxx b/sw/source/uibase/inc/mailmergehelper.hxx
index 1a07a483a9f9..f31ebb269181 100644
--- a/sw/source/uibase/inc/mailmergehelper.hxx
+++ b/sw/source/uibase/inc/mailmergehelper.hxx
@@ -76,8 +76,6 @@ class SW_DLLPUBLIC SwAddressPreview : public Window
DECL_LINK(ScrollHdl, void*);
public:
- SwAddressPreview(Window* pParent, const ResId& rResId);
-
SwAddressPreview(Window* pParent, WinBits nStyle=WB_BORDER);
void positionScrollBar();