summaryrefslogtreecommitdiff
path: root/basic/source/uno/namecont.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-20 09:21:24 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-20 09:39:36 +0000
commitb4ee16da65eab7b50b29dcd42dc0f0be6b97b174 (patch)
tree81e7d930894f13718f9a36772e55034d660e0cc1 /basic/source/uno/namecont.cxx
parentc02e79874951ba86d926186e284612806d8bc0a3 (diff)
com::sun::star->css in basic
Change-Id: I637fd7aedeb97b7dca22521474a54a1d4274f212 Reviewed-on: https://gerrit.libreoffice.org/17206 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basic/source/uno/namecont.cxx')
-rw-r--r--basic/source/uno/namecont.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index b4ba5a7a371c..f274d79fbcbf 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -1363,7 +1363,7 @@ bool SfxLibraryContainer::implStorePasswordLibrary( SfxLibrary*,
bool SfxLibraryContainer::implStorePasswordLibrary(
SfxLibrary* /*pLib*/,
const OUString& /*aName*/,
- const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& /*xStorage*/,
+ const css::uno::Reference< css::embed::XStorage >& /*xStorage*/,
const OUString& /*aTargetURL*/,
const Reference< XSimpleFileAccess3 >& /*xToUseSFI*/,
const uno::Reference< task::XInteractionHandler >& )
@@ -2845,7 +2845,7 @@ void SAL_CALL SfxLibraryContainer::exportLibrary( const OUString& Name, const OU
// Maybe lib is not loaded?!
loadLibrary( Name );
- uno::Reference< ::com::sun::star::embed::XStorage > xDummyStor;
+ uno::Reference< css::embed::XStorage > xDummyStor;
if( pImplLib->mbPasswordProtected )
{
implStorePasswordLibrary( pImplLib, Name, xDummyStor, URL, xToUseSFI, Handler );
@@ -2866,7 +2866,7 @@ void SAL_CALL SfxLibraryContainer::exportLibrary( const OUString& Name, const OU
}
OUString SfxLibraryContainer::expand_url( const OUString& url )
- throw(::com::sun::star::uno::RuntimeException)
+ throw(css::uno::RuntimeException)
{
if (url.startsWithIgnoreAsciiCase( "vnd.sun.star.expand:" ))
{
@@ -3456,7 +3456,7 @@ Reference< deployment::XPackage > ScriptExtensionIterator::implGetNextUserScript
Reference< task::XAbortChannel >(),
Reference< ucb::XCommandEnvironment >() );
}
- catch(const com::sun::star::uno::DeploymentException& )
+ catch(const css::uno::DeploymentException& )
{
// Special Office installations may not contain deployment code
m_eState = END_REACHED;
@@ -3511,7 +3511,7 @@ Reference< deployment::XPackage > ScriptExtensionIterator::implGetNextSharedScri
Reference< task::XAbortChannel >(),
Reference< ucb::XCommandEnvironment >() );
}
- catch(const com::sun::star::uno::DeploymentException& )
+ catch(const css::uno::DeploymentException& )
{
// Special Office installations may not contain deployment code
return xScriptPackage;
@@ -3565,7 +3565,7 @@ Reference< deployment::XPackage > ScriptExtensionIterator::implGetNextBundledScr
Reference< task::XAbortChannel >(),
Reference< ucb::XCommandEnvironment >() );
}
- catch(const com::sun::star::uno::DeploymentException& )
+ catch(const css::uno::DeploymentException& )
{
// Special Office installations may not contain deployment code
return xScriptPackage;