From c12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 23:15:37 +0200 Subject: Fixing "...." Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe Reviewed-on: https://gerrit.libreoffice.org/78678 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svx/source/accessibility/AccessibleControlShape.cxx | 4 ++-- svx/source/accessibility/AccessibleShape.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/source/accessibility') diff --git a/svx/source/accessibility/AccessibleControlShape.cxx b/svx/source/accessibility/AccessibleControlShape.cxx index 165d0b24dc27..9342f26efe7a 100644 --- a/svx/source/accessibility/AccessibleControlShape.cxx +++ b/svx/source/accessibility/AccessibleControlShape.cxx @@ -186,7 +186,7 @@ void AccessibleControlShape::Init() // for any component, which supports _exactly_ the same interfaces as the component. In addition, it can // be aggregated, as by definition the proxy's ref count is exactly 1 when returned from the factory. // Sounds better. Though this yields the problem of slightly degraded performance, it's the only solution - // I'm aware of at the moment ..... + // I'm aware of at the moment... // get the control which belongs to our model (relative to our view) const OutputDevice* pViewWindow = maShapeTreeInfo.GetDevice(); @@ -631,7 +631,7 @@ void SAL_CALL AccessibleControlShape::disposing() m_xModelPropsMeta.clear(); m_aControlContext = WeakReference< XAccessibleContext >(); - // stop listening at the control container (should never be necessary here, but who knows ....) + // stop listening at the control container (should never be necessary here, but who knows...) if ( m_bWaitingForControl ) { OSL_FAIL( "AccessibleControlShape::disposing: this should never happen!" ); 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()) -- cgit