summaryrefslogtreecommitdiff
path: root/svx/source/accessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 23:15:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:13:38 +0200
commitc12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch)
treedc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a /svx/source/accessibility
parent3c1c1b8885e76a24b961b2fadbecfb536f423293 (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')
-rw-r--r--svx/source/accessibility/AccessibleControlShape.cxx4
-rw-r--r--svx/source/accessibility/AccessibleShape.cxx4
2 files changed, 4 insertions, 4 deletions
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())