From 2c46fa1299bc00bff5528895bcdffdf0e681572d Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Mon, 13 May 2013 14:33:47 +0200 Subject: fdo#64528 macab URL is sdbc:address:macab, not sdbc:address:macab:* Change-Id: I1e5721815c961e14484f78f449910908ed48aeb1 --- connectivity/source/drivers/macab/MacabDriver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/drivers/macab') diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx index a8d736eb8374..7b0ab7cace9c 100644 --- a/connectivity/source/drivers/macab/MacabDriver.cxx +++ b/connectivity/source/drivers/macab/MacabDriver.cxx @@ -276,7 +276,7 @@ sal_Bool SAL_CALL MacabDriver::acceptsURL( const OUString& url ) return sal_False; // here we have to look whether we support this URL format - return url.startsWith("sdbc:address:macab:"); + return url.equals("sdbc:address:macab"); } // -------------------------------------------------------------------------------- Sequence< DriverPropertyInfo > SAL_CALL MacabDriver::getPropertyInfo( const OUString&, const Sequence< PropertyValue >& ) throw(SQLException, RuntimeException) -- cgit