summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM/AccHyperLink.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 12:02:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-24 11:42:48 +0000
commit1f9264f9f840d505313f0749a27a66cdb54a23e9 (patch)
tree3e525b73809b2b479be8d42cfaeb50e36b824eda /winaccessibility/source/UAccCOM/AccHyperLink.cxx
parent55040ea13426e337418143dcfe226dd2a395f041 (diff)
com::sun::star->css in winaccessibility/
Change-Id: I644364fc6d8fc334044a3e53fcde24a6ef86c021 Reviewed-on: https://gerrit.libreoffice.org/20142 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'winaccessibility/source/UAccCOM/AccHyperLink.cxx')
-rw-r--r--winaccessibility/source/UAccCOM/AccHyperLink.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/UAccCOM/AccHyperLink.cxx b/winaccessibility/source/UAccCOM/AccHyperLink.cxx
index 04cd3e8eafa2..c2902c4fa583 100644
--- a/winaccessibility/source/UAccCOM/AccHyperLink.cxx
+++ b/winaccessibility/source/UAccCOM/AccHyperLink.cxx
@@ -120,7 +120,7 @@ STDMETHODIMP CAccHyperLink::get_anchor(/* [in] */ long index,
return E_FAIL;
}
// Get Any type value via pRXLink.
- ::com::sun::star::uno::Any anyVal = GetXInterface()->getAccessibleActionAnchor(index);
+ css::uno::Any anyVal = GetXInterface()->getAccessibleActionAnchor(index);
// Convert Any to VARIANT.
CMAccessible::ConvertAnyToVariant(anyVal, anchor);
@@ -152,7 +152,7 @@ STDMETHODIMP CAccHyperLink::get_anchorTarget(/* [in] */ long index,
return E_FAIL;
}
// Get Any type value via pRXLink.
- ::com::sun::star::uno::Any anyVal = GetXInterface()->getAccessibleActionObject(index);
+ css::uno::Any anyVal = GetXInterface()->getAccessibleActionObject(index);
// Convert Any to VARIANT.
CMAccessible::ConvertAnyToVariant(anyVal, anchorTarget);