[Libreoffice-commits] core.git: dbaccess/source
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 22 17:38:42 UTC 2019
dbaccess/source/ui/dlg/generalpage.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 17bdc8ca7d4c74245709ddac404e49c8589433eb
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed May 22 16:09:08 2019 +0200
Commit: Xisco FaulĂ <xiscofauli at libreoffice.org>
CommitDate: Wed May 22 19:37:48 2019 +0200
tdf#125436: Do not disable type options list
Change-Id: I2080f3c04a04cea626d4969b59e54612cbefe03b
Reviewed-on: https://gerrit.libreoffice.org/72780
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-by: Jenkins
Reviewed-by: Xisco FaulĂ <xiscofauli at libreoffice.org>
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx
index 4ac9a54ba2b7..a0284ea885f6 100644
--- a/dbaccess/source/ui/dlg/generalpage.cxx
+++ b/dbaccess/source/ui/dlg/generalpage.cxx
@@ -576,8 +576,6 @@ namespace dbaui
}
else
{
- m_pEmbeddedDBType->Enable( false );
- m_pFT_EmbeddedDBLabel->Enable( false );
m_pDatasourceType->Enable( false );
m_pPB_OpenDatabase->Enable( false );
m_pFT_DocListLabel->Enable( false );
More information about the Libreoffice-commits
mailing list