summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManager.cxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-08-18 16:57:11 -0400
committerNoel Grandin <noelgrandin@gmail.com>2014-08-19 01:28:24 -0500
commit7b33dbb25394a88b8eb2c826d951ce578605e895 (patch)
treed99485092601a2f21a143049569daee0fd4e8a76 /svx/source/accessibility/ChildrenManager.cxx
parent23b49f2390b3d551a52caf06496d8aadf1920bf8 (diff)
svx: Cleanup ASCII art and useless comments
Change-Id: I5399362056276f324fd43eda05d3f606dc6f8c71 Reviewed-on: https://gerrit.libreoffice.org/11011 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/accessibility/ChildrenManager.cxx')
-rw-r--r--svx/source/accessibility/ChildrenManager.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/accessibility/ChildrenManager.cxx b/svx/source/accessibility/ChildrenManager.cxx
index 5795f19f83a2..134f17ff1821 100644
--- a/svx/source/accessibility/ChildrenManager.cxx
+++ b/svx/source/accessibility/ChildrenManager.cxx
@@ -27,9 +27,7 @@ using ::com::sun::star::uno::Reference;
namespace accessibility {
-
-//===== AccessibleChildrenManager ===========================================
-
+// AccessibleChildrenManager
ChildrenManager::ChildrenManager (
const ::com::sun::star::uno::Reference<XAccessible>& rxParent,
const ::com::sun::star::uno::Reference<drawing::XShapes>& rxShapeList,
@@ -136,7 +134,7 @@ void ChildrenManager::RemoveFocus (void)
mpImpl->RemoveFocus ();
}
-//===== IAccessibleViewForwarderListener ====================================
+// IAccessibleViewForwarderListener
void ChildrenManager::ViewForwarderChanged (ChangeType aChangeType,
const IAccessibleViewForwarder* pViewForwarder)
{