summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MDriver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MDriver.hxx')
-rw-r--r--connectivity/source/drivers/mork/MDriver.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/connectivity/source/drivers/mork/MDriver.hxx b/connectivity/source/drivers/mork/MDriver.hxx
index 994b2769e02f..5636b5d01f6b 100644
--- a/connectivity/source/drivers/mork/MDriver.hxx
+++ b/connectivity/source/drivers/mork/MDriver.hxx
@@ -53,9 +53,9 @@ class MorkDriver:
{
public:
MorkDriver(css::uno::Reference< css::uno::XComponentContext > const context);
- static ::rtl::OUString getImplementationName_Static()
+ static OUString getImplementationName_Static()
throw(css::uno::RuntimeException);
- static css::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static()
+ static css::uno::Sequence< OUString > getSupportedServiceNames_Static()
throw (css::uno::RuntimeException);
css::uno::Reference< com::sun::star::lang::XMultiServiceFactory > getFactory(){return m_xFactory;}
@@ -64,27 +64,27 @@ private:
ProfileAccess* m_ProfileAccess;
virtual ~MorkDriver() {}
- virtual rtl::OUString SAL_CALL getImplementationName()
+ virtual OUString SAL_CALL getImplementationName()
throw (css::uno::RuntimeException);
- virtual sal_Bool SAL_CALL supportsService(rtl::OUString const & ServiceName)
+ virtual sal_Bool SAL_CALL supportsService(OUString const & ServiceName)
throw (css::uno::RuntimeException);
- virtual css::uno::Sequence< rtl::OUString > SAL_CALL
+ virtual css::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames() throw (css::uno::RuntimeException);
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL connect(
- rtl::OUString const & url,
+ OUString const & url,
css::uno::Sequence< css::beans::PropertyValue > const & info)
throw (css::sdbc::SQLException, css::uno::RuntimeException);
virtual sal_Bool SAL_CALL acceptsURL(
- rtl::OUString const & url)
+ OUString const & url)
throw (css::sdbc::SQLException, css::uno::RuntimeException);
virtual css::uno::Sequence< css::sdbc::DriverPropertyInfo > SAL_CALL
getPropertyInfo(
- rtl::OUString const & url,
+ OUString const & url,
css::uno::Sequence< css::beans::PropertyValue > const & info)
throw (css::sdbc::SQLException, css::uno::RuntimeException);