summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/AccessibleGridControlTableCell.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /accessibility/source/extended/AccessibleGridControlTableCell.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'accessibility/source/extended/AccessibleGridControlTableCell.cxx')
-rw-r--r--accessibility/source/extended/AccessibleGridControlTableCell.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/source/extended/AccessibleGridControlTableCell.cxx b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
index 84fdb1aaf146..ffbba4a6e4ea 100644
--- a/accessibility/source/extended/AccessibleGridControlTableCell.cxx
+++ b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
@@ -51,7 +51,7 @@ namespace accessibility
// =============================================================================
// = AccessibleGridControlCell
// =============================================================================
- // -----------------------------------------------------------------------------
+
AccessibleGridControlCell::AccessibleGridControlCell(
const Reference< XAccessible >& _rxParent, IAccessibleTable& _rTable,
sal_Int32 _nRowPos, sal_uInt16 _nColPos, AccessibleTableControlObjType _eType )
@@ -71,19 +71,19 @@ namespace accessibility
implSetName( aAccName );
}
- // -----------------------------------------------------------------------------
+
AccessibleGridControlCell::~AccessibleGridControlCell()
{
}
- // -----------------------------------------------------------------------------
+
void SAL_CALL AccessibleGridControlCell::grabFocus() throw ( RuntimeException )
{
SolarMutexGuard aSolarGuard;
m_aTable.GoToCell( m_nColPos, m_nRowPos );
}
- //// -----------------------------------------------------------------------------
+ //
// implementation of a table cell
OUString AccessibleGridControlTableCell::implGetText()
{
@@ -352,7 +352,7 @@ namespace accessibility
Rectangle aCell( Point( nX, nY ), aCellRect.GetSize());
return aCell;
}
- // -----------------------------------------------------------------------------
+
Rectangle AccessibleGridControlTableCell::implGetBoundingBoxOnScreen()
{
Rectangle aGridRect = m_aTable.GetWindowExtentsRelative( NULL );