summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-16 15:14:13 +0200
committerNoel Grandin <noel@peralex.com>2015-10-19 09:05:57 +0200
commit6aa90a44f23cc469c796d5fe79b1f9841ff5e847 (patch)
tree7a8062a6ba924229e5e2fa7484987fed5ee0fc71 /dbaccess/source/ui/dlg/TextConnectionHelper.hxx
parent59418d8eac185a54a181c1300e8dca66170def4d (diff)
remove dead Link<> code
Change-Id: I01891cd34535ea08a07c3bb47976f6c9a70c3656
Diffstat (limited to 'dbaccess/source/ui/dlg/TextConnectionHelper.hxx')
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
index 625758ba21ce..c07f669d2d27 100644
--- a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
+++ b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
@@ -44,8 +44,6 @@ namespace dbaui
{
OTextConnectionHelper();
- Link<> m_aModifiedHandler; /// to be called if something on the page has been modified
-
public:
OTextConnectionHelper( vcl::Window* pParent, const short _nAvailableSections );
virtual ~OTextConnectionHelper();
@@ -80,14 +78,8 @@ namespace dbaui
short m_nAvailableSections;
protected:
- void callModifiedHdl() const { m_aModifiedHandler.Call(const_cast<OTextConnectionHelper *>(this)); }
- Link<> getControlModifiedLink() { return LINK(this, OTextConnectionHelper, OnControlModified); }
DECL_LINK_TYPED(OnSetExtensionHdl,RadioButton&,void);
- DECL_LINK(OnControlModified,Control*);
- DECL_LINK_TYPED(OnControlEditModified, Edit&, void);
DECL_LINK_TYPED(OnEditModified, Edit&, void);
- DECL_LINK_TYPED(CharsetSelectHdl,ListBox&,void);
- DECL_LINK_TYPED(ComboBoxSelectHdl,ComboBox&,void);
private:
OUString GetSeparator( const ComboBox& rBox, const OUString& rList );