summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/docvw/SidebarTxtControlAcc.cxx')
-rw-r--r--sw/source/ui/docvw/SidebarTxtControlAcc.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/source/ui/docvw/SidebarTxtControlAcc.cxx b/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
index 52d3047a2243..7fc6e3b0dd74 100644
--- a/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
+++ b/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
@@ -33,10 +33,9 @@
namespace sw { namespace sidebarwindows {
-// =============================================================================
+
// declaration and implementation of <SvxEditSource>
// for <::accessibiliy::AccessibleTextHelper> instance
-// =============================================================================
class SidebarTextEditSource : public SvxEditSource,
public SfxBroadcaster
{
@@ -126,10 +125,7 @@ IMPL_LINK(SidebarTextEditSource, NotifyHdl, EENotify*, pNotify)
return 0;
}
-
-// =============================================================================
// declaration and implementation of accessible context for <SidebarTxtControl> instance
-// =============================================================================
class SidebarTxtControlAccessibleContext : public VCLXAccessibleComponent
{
public:
@@ -272,9 +268,7 @@ void SidebarTxtControlAccessibleContext::ProcessWindowEvent( const VclWindowEven
VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent );
}
-// =============================================================================
// implementaion of accessible for <SidebarTxtControl> instance
-// =============================================================================
SidebarTxtControlAccessible::SidebarTxtControlAccessible( SidebarTxtControl& rSidebarTxtControl )
: VCLXWindow()
, mrSidebarTxtControl( rSidebarTxtControl )