summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/AccessibleGridControl.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 16:37:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 16:18:25 +0000
commit2e821e4741e49570be81a008a1ee5a7e35c809a9 (patch)
tree57b12e85d938214ccc528378a040b9fd584a9418 /accessibility/source/extended/AccessibleGridControl.cxx
parentc30fb7d7269b5bdd1853ac22120f57aa2bfd13a5 (diff)
Remove visual noise from accessibility
Change-Id: I876e5c4d1991b35c1dc2cea709d8a2ddf781b012 Reviewed-on: https://gerrit.libreoffice.org/8225 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'accessibility/source/extended/AccessibleGridControl.cxx')
-rw-r--r--accessibility/source/extended/AccessibleGridControl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/accessibility/source/extended/AccessibleGridControl.cxx b/accessibility/source/extended/AccessibleGridControl.cxx
index 5538833441a1..fb7d992edbdd 100644
--- a/accessibility/source/extended/AccessibleGridControl.cxx
+++ b/accessibility/source/extended/AccessibleGridControl.cxx
@@ -27,12 +27,12 @@
#include <comphelper/types.hxx>
#include <toolkit/helper/vclunohelper.hxx>
-// ============================================================================
+
namespace accessibility
{
-// ============================================================================
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;
@@ -41,7 +41,7 @@ using namespace ::com::sun::star::accessibility;
using namespace ::svt;
using namespace ::svt::table;
-// ============================================================================
+
class AccessibleGridControl_Impl
{
public:
@@ -402,9 +402,9 @@ void AccessibleGridControl::commitTableEvent(sal_Int16 _nEventId,const Any& _rNe
m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue);
}
}
-// ============================================================================
+
// = AccessibleGridControlAccess
-// ============================================================================
+
AccessibleGridControlAccess::AccessibleGridControlAccess(
@@ -456,7 +456,7 @@ bool AccessibleGridControlAccess::isContextAlive() const
return ( NULL != m_pContext ) && m_pContext->isAlive();
}
-// ============================================================================
+
} // namespace accessibility