summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/CollectionView.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 09:14:58 +0200
committerNoel Grandin <noel@peralex.com>2015-08-03 13:38:44 +0200
commit7dc5e8731fdc3a11ca429e717ec4a05e67ea1d21 (patch)
tree104e82c3fdda21d4b33c4f427cee9023377b731f /dbaccess/source/ui/dlg/CollectionView.cxx
parent5edd744d1021b41f59528a6e3a8adebfe63e6b6e (diff)
com::sun::star->css in dbaccess
Change-Id: I4fbdd3fb7d1e0ad4423148aaaed3a15aebb26d14
Diffstat (limited to 'dbaccess/source/ui/dlg/CollectionView.cxx')
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.cxx4
1 files changed, 2 insertions, 2 deletions
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<XInterface>(),eClass,eError,aValues);