diff options
Diffstat (limited to 'connectivity/source/drivers/odbc/ORealDriver.hxx')
-rw-r--r-- | connectivity/source/drivers/odbc/ORealDriver.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/connectivity/source/drivers/odbc/ORealDriver.hxx b/connectivity/source/drivers/odbc/ORealDriver.hxx index 01ff93f8c456..2b9e3d6ed883 100644 --- a/connectivity/source/drivers/odbc/ORealDriver.hxx +++ b/connectivity/source/drivers/odbc/ORealDriver.hxx @@ -32,11 +32,9 @@ namespace com { namespace sun { namespace star { namespace connectivity { namespace odbc { -com::sun::star::uno::Reference< com::sun::star::uno::XInterface > -ODBCDriver_CreateInstance( - com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > - const & factory) - throw (com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +ODBCDriver_CreateInstance( css::uno::Reference< css::lang::XMultiServiceFactory > const & factory) + throw (css::uno::Exception); } } |