summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/calc/CDriver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/calc/CDriver.cxx')
-rw-r--r--connectivity/source/drivers/calc/CDriver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/calc/CDriver.cxx b/connectivity/source/drivers/calc/CDriver.cxx
index f1548ba05d9e..2e207f841089 100644
--- a/connectivity/source/drivers/calc/CDriver.cxx
+++ b/connectivity/source/drivers/calc/CDriver.cxx
@@ -49,9 +49,9 @@ OUString SAL_CALL ODriver::getImplementationName( ) throw(RuntimeException, std
// service names from file::OFileDriver
-::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- connectivity::calc::ODriver_CreateInstance(const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) throw( ::com::sun::star::uno::Exception )
+css::uno::Reference< css::uno::XInterface > SAL_CALL
+ connectivity::calc::ODriver_CreateInstance(const css::uno::Reference<
+ css::lang::XMultiServiceFactory >& _rxFactory) throw( css::uno::Exception )
{
return *(new ODriver( comphelper::getComponentContext(_rxFactory) ));
}