summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2019-05-22 16:09:08 +0200
committerXisco FaulĂ­ <xiscofauli@libreoffice.org>2019-05-22 19:37:48 +0200
commit17bdc8ca7d4c74245709ddac404e49c8589433eb (patch)
treed3ce614d5284e30c6df360c24233b7b5922c832b /dbaccess
parentad005915de035351d6b284b3d581cd8c61a73997 (diff)
tdf#125436: Do not disable type options list
Change-Id: I2080f3c04a04cea626d4969b59e54612cbefe03b Reviewed-on: https://gerrit.libreoffice.org/72780 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ <xiscofauli@libreoffice.org>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/generalpage.cxx2
1 files changed, 0 insertions, 2 deletions
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 );