diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx | 11 |
1 files changed, 0 insertions, 11 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, |