summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg')
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx11
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx2
2 files changed, 0 insertions, 13 deletions
diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
index 3537eddc9038..2c1846495a7c 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
@@ -651,11 +651,6 @@ using namespace ::com::sun::star;
impl_setURL( _rURL, true);
}
- OUString OPostgresConnectionPageSetup::getURLNoPrefix( ) const
- {
- return impl_getURL();
- }
-
OUString OPostgresConnectionPageSetup::impl_getURL() const
{
// get the pure text
@@ -664,12 +659,6 @@ using namespace ::com::sun::star;
return sURL;
}
- IMPL_LINK_NOARG(OPostgresConnectionPageSetup, OnEditModified, weld::Entry&, void)
- {
- SetRoadmapStateValue(true);
- callModifiedHdl();
- }
-
// OMySQLJDBCConnectionPageSetup
OJDBCConnectionPageSetup::OJDBCConnectionPageSetup(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rCoreAttrs)
: OConnectionTabPageSetup(pPage, pController, "dbaccess/ui/jdbcconnectionpage.ui", "JDBCConnectionPage", rCoreAttrs,
diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
index 15904be754f0..cd5d74156d4b 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
@@ -232,7 +232,6 @@ namespace dbaui
::dbaccess::ODsnTypeCollection* m_pCollection;
private:
- DECL_LINK(OnEditModified, weld::Entry&, void);
virtual bool FillItemSet( SfxItemSet* _rCoreAttrs ) override;
virtual void implInitControls(const SfxItemSet& _rSet, bool _bSaveValue) override;
virtual void fillControls(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList) override;
@@ -261,7 +260,6 @@ namespace dbaui
void impl_setURL( std::u16string_view _rURL, bool _bPrefix );
void setURLNoPrefix( std::u16string_view _rURL );
void setURL( std::u16string_view _rURL );
- OUString getURLNoPrefix( ) const;
OUString impl_getURL() const;
bool commitURL();