Kaydet (Commit) 2c5acc39 authored tarafından David Tardon's avatar David Tardon

fix index

Change-Id: Ib006c35b6924974faaeb88d10d33d76b27cf0e96
üst a6db8e23
......@@ -135,7 +135,7 @@ Sequence< OUString > FirebirdDriver::getSupportedServiceNames_Static() throw (Ru
{
Sequence< OUString > aSNS( 2 );
aSNS[0] = "com.sun.star.sdbc.Driver";
aSNS[0] = "com.sun.star.sdbcx.Driver";
aSNS[1] = "com.sun.star.sdbcx.Driver";
return aSNS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment