diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-08 14:06:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-08 14:06:54 +0200 |
commit | b9dd51782ceba70bda091191349d31767b7bf744 (patch) | |
tree | b08a32be30934595e9bdcf98e877f16a3d170e68 /sw/source/uibase/docvw/SidebarTxtControlAcc.cxx | |
parent | c1692f620610621a139e54fb1f9d11d4c177608d (diff) |
some spelling fixes, mostly in Java code
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Diffstat (limited to 'sw/source/uibase/docvw/SidebarTxtControlAcc.cxx')
-rw-r--r-- | sw/source/uibase/docvw/SidebarTxtControlAcc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx index 366e1869b487..243c3bf7428a 100644 --- a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx +++ b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx @@ -271,7 +271,7 @@ void SidebarTextControlAccessibleContext::ProcessWindowEvent( const VclWindowEve VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); } -// implementaion of accessible for <SidebarTextControl> instance +// implementation of accessible for <SidebarTextControl> instance SidebarTextControlAccessible::SidebarTextControlAccessible( SidebarTextControl& rSidebarTextControl ) : VCLXWindow() , mrSidebarTextControl( rSidebarTextControl ) |