summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/misc/dsntypes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/misc/dsntypes.cxx')
-rw-r--r--dbaccess/source/core/misc/dsntypes.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/source/core/misc/dsntypes.cxx b/dbaccess/source/core/misc/dsntypes.cxx
index 806e117bbd84..aa24ed9da541 100644
--- a/dbaccess/source/core/misc/dsntypes.cxx
+++ b/dbaccess/source/core/misc/dsntypes.cxx
@@ -322,11 +322,8 @@ OUString ODsnTypeCollection::getEmbeddedDatabase() const
}
}
if ( sEmbeddedDatabaseURL.isEmpty() )
-#ifdef ENABLE_FIREBIRD_SDBC
- sEmbeddedDatabaseURL = "sdbc:embedded:firebird";
-#else
sEmbeddedDatabaseURL = "sdbc:embedded:hsqldb";
-#endif
+
return sEmbeddedDatabaseURL;
}
//-------------------------------------------------------------------------