diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 23:15:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 09:13:38 +0200 |
commit | c12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch) | |
tree | dc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a /svx/source/accessibility/AccessibleShape.cxx | |
parent | 3c1c1b8885e76a24b961b2fadbecfb536f423293 (diff) |
Fixing "...."
Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe
Reviewed-on: https://gerrit.libreoffice.org/78678
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/accessibility/AccessibleShape.cxx')
-rw-r--r-- | svx/source/accessibility/AccessibleShape.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index 5bf62fccfd3b..3e181647808b 100644 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -1287,7 +1287,7 @@ OUString AccessibleShape::getObjectLink( const uno::Any& ) sal_Int32 SAL_CALL AccessibleShape::getHyperLinkCount() { // MT: Introduced with IA2 CWS, but SvxAccessibleHyperlink was redundant to svx::AccessibleHyperlink which we introduced meanwhile. - // Code need to be adapted.... + // Code need to be adapted... return 0; /* @@ -1303,7 +1303,7 @@ uno::Reference< XAccessibleHyperlink > SAL_CALL { uno::Reference< XAccessibleHyperlink > xRet; // MT: Introduced with IA2 CWS, but SvxAccessibleHyperlink was redundant to svx::AccessibleHyperlink which we introduced meanwhile. - // Code need to be adapted.... + // Code need to be adapted... /* SvxAccessibleHyperlink* pLink = new SvxAccessibleHyperlink(m_pShape,this); if (pLink->IsValidHyperlink()) |