From a3db4959b07d2454fba7774f04c7658ae4fba783 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Nov 2015 11:05:53 +0200 Subject: com::sun::star->css in tools/ and ucb/ Change-Id: I695ff721efd63b8ca0dd3c61ba5a4fef2c43cde6 Reviewed-on: https://gerrit.libreoffice.org/19854 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- ucb/source/ucp/cmis/auth_provider.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb/source/ucp/cmis/auth_provider.cxx') diff --git a/ucb/source/ucp/cmis/auth_provider.cxx b/ucb/source/ucp/cmis/auth_provider.cxx index 500b601b7179..3adefe88473b 100644 --- a/ucb/source/ucp/cmis/auth_provider.cxx +++ b/ucb/source/ucp/cmis/auth_provider.cxx @@ -22,7 +22,7 @@ using namespace std; namespace cmis { - com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment> + css::uno::Reference< css::ucb::XCommandEnvironment> AuthProvider::sm_xEnv; bool AuthProvider::authenticationQuery( string& username, string& password ) { @@ -75,8 +75,8 @@ namespace cmis "box below. For example:\n" "https://login.live.com/oauth20_desktop.srf?code=YOUR_CODE&lc=1033"; OUString url_oustr( url, strlen( url ), RTL_TEXTENCODING_UTF8 ); - const com::sun::star::uno::Reference< - com::sun::star::ucb::XCommandEnvironment> xEnv = getXEnv( ); + const css::uno::Reference< + css::ucb::XCommandEnvironment> xEnv = getXEnv( ); if ( xEnv.is() ) { -- cgit