summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MDriver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MDriver.cxx')
-rw-r--r--connectivity/source/drivers/mork/MDriver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mork/MDriver.cxx b/connectivity/source/drivers/mork/MDriver.cxx
index 33a22aa90b6b..11619f08487b 100644
--- a/connectivity/source/drivers/mork/MDriver.cxx
+++ b/connectivity/source/drivers/mork/MDriver.cxx
@@ -38,13 +38,13 @@ MorkDriver::MorkDriver(css::uno::Reference< css::uno::XComponentContext > const
}
// static ServiceInfo
-//------------------------------------------------------------------------------
+
OUString MorkDriver::getImplementationName_Static( ) throw(css::uno::RuntimeException)
{
return OUString(MORK_DRIVER_IMPL_NAME);
}
-//------------------------------------------------------------------------------
+
css::uno::Sequence< OUString > MorkDriver::getSupportedServiceNames_Static( ) throw (css::uno::RuntimeException)
{
css::uno::Sequence< OUString > aSNS(1);