diff options
-rw-r--r-- | dbaccess/source/ui/dlg/generalpage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx index 565870fd638d..1d734377b2a3 100644 --- a/dbaccess/source/ui/dlg/generalpage.cxx +++ b/dbaccess/source/ui/dlg/generalpage.cxx @@ -143,7 +143,7 @@ namespace dbaui if ( m_bInitEmbeddedDBList ) { m_bInitEmbeddedDBList = false; - m_pEmbeddedDBType->Clear(); + m_pEmbeddedDBType->Clear(); if ( m_pCollection ) { |