From 4530451d40470bf5359645de0c142ddf9dc329b6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 30 Oct 2015 14:59:47 +0200 Subject: com::sun::star->css in svx Change-Id: If2c11fa548c5ebef2297d2491edd837b54e3707c Reviewed-on: https://gerrit.libreoffice.org/19690 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/form/legacyformcontroller.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/form/legacyformcontroller.cxx') diff --git a/svx/source/form/legacyformcontroller.cxx b/svx/source/form/legacyformcontroller.cxx index 3960dab6505e..e90784df970d 100644 --- a/svx/source/form/legacyformcontroller.cxx +++ b/svx/source/form/legacyformcontroller.cxx @@ -199,8 +199,8 @@ namespace svxform } -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL - LegacyFormController_NewInstance_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & _rxORB ) +css::uno::Reference< css::uno::XInterface > SAL_CALL + LegacyFormController_NewInstance_Impl( const css::uno::Reference< css::lang::XMultiServiceFactory > & _rxORB ) throw (css::uno::Exception) { return ::svxform::LegacyFormController::Create( _rxORB ); -- cgit