From 7dc5e8731fdc3a11ca429e717ec4a05e67ea1d21 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Aug 2015 09:14:58 +0200 Subject: com::sun::star->css in dbaccess Change-Id: I4fbdd3fb7d1e0ad4423148aaaed3a15aebb26d14 --- dbaccess/source/ui/dlg/CollectionView.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/dlg/CollectionView.cxx') diff --git a/dbaccess/source/ui/dlg/CollectionView.cxx b/dbaccess/source/ui/dlg/CollectionView.cxx index 1ceb8a62931d..e90f0fd153e9 100644 --- a/dbaccess/source/ui/dlg/CollectionView.cxx +++ b/dbaccess/source/ui/dlg/CollectionView.cxx @@ -58,7 +58,7 @@ using namespace comphelper; OCollectionView::OCollectionView( vcl::Window * pParent ,const Reference< XContent>& _xContent ,const OUString& _sDefaultName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext) + ,const css::uno::Reference< css::uno::XComponentContext >& _rxContext) : ModalDialog( pParent, "CollectionView", "dbaccess/ui/collectionviewdialog.ui") , m_xContent(_xContent) , m_xContext(_rxContext) @@ -157,7 +157,7 @@ IMPL_LINK_NOARG(OCollectionView, Save_Click) aValues[1] <<= aValue; InteractionClassification eClass = InteractionClassification_ERROR; - ::com::sun::star::ucb::IOErrorCode eError = IOErrorCode_NOT_EXISTING_PATH; + css::ucb::IOErrorCode eError = IOErrorCode_NOT_EXISTING_PATH; OUString sTemp; InteractiveAugmentedIOException aException(sTemp,Reference(),eClass,eError,aValues); -- cgit