diff options
Diffstat (limited to 'xmlhelp/source/treeview/tvread.cxx')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index f26c7f939aec..beab51903bd0 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -777,7 +777,7 @@ TVChildTarget::getConfiguration(const Reference< XComponentContext >& rxContext) { xProvider = theDefaultProvider::get( rxContext ); } - catch( const com::sun::star::uno::Exception& ) + catch( const css::uno::Exception& ) { OSL_ENSURE( xProvider.is(),"can not instantiate configuration" ); } @@ -807,7 +807,7 @@ TVChildTarget::getHierAccess( const Reference< XMultiServiceFactory >& sProvider ( sProvider->createInstanceWithArguments( sReaderService,seq ), UNO_QUERY ); } - catch( const com::sun::star::uno::Exception& ) + catch( const css::uno::Exception& ) { } } @@ -828,7 +828,7 @@ TVChildTarget::getKey( const Reference< XHierarchicalNameAccess >& xHierAccess, aAny = xHierAccess->getByHierarchicalName( OUString::createFromAscii( key ) ); } - catch( const com::sun::star::container::NoSuchElementException& ) + catch( const css::container::NoSuchElementException& ) { } aAny >>= instPath; @@ -851,7 +851,7 @@ TVChildTarget::getBooleanKey(const Reference< xHierAccess->getByHierarchicalName( OUString::createFromAscii(key)); } - catch( const com::sun::star::container::NoSuchElementException& ) + catch( const css::container::NoSuchElementException& ) { } aAny >>= ret; @@ -1042,7 +1042,7 @@ inline bool isLetter( sal_Unicode c ) } void ExtensionIteratorBase::implGetLanguageVectorFromPackage( ::std::vector< OUString > &rv, - com::sun::star::uno::Reference< com::sun::star::deployment::XPackage > xPackage ) + css::uno::Reference< css::deployment::XPackage > xPackage ) { rv.clear(); OUString aExtensionPath = xPackage->getURL(); |