summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/listboxaccessible.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-01 14:53:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-01 14:54:13 +0200
commit49c7bc5af291dbf6b34bcea82c9c0513f65b308b (patch)
tree6c0c073bd2f5ea9709f760bc90d44439c5e71830 /accessibility/inc/extended/listboxaccessible.hxx
parent53949256dd1fb0741009cc46e112ba3a00c33b39 (diff)
loplugin:expandablemethods in accessibility
Change-Id: I51d13c12274d99623b97f611e30204bea624cbfc
Diffstat (limited to 'accessibility/inc/extended/listboxaccessible.hxx')
-rw-r--r--accessibility/inc/extended/listboxaccessible.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/accessibility/inc/extended/listboxaccessible.hxx b/accessibility/inc/extended/listboxaccessible.hxx
index 7c84e19f8ec7..e93fa0225ad1 100644
--- a/accessibility/inc/extended/listboxaccessible.hxx
+++ b/accessibility/inc/extended/listboxaccessible.hxx
@@ -53,10 +53,6 @@ namespace accessibility
protected:
virtual ~ListBoxAccessibleBase( );
- // own overridables
- /// will be called for any VclWindowEvent events broadcasted by our VCL window
- void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
-
/** will be called when our window broadcasts the VCLEVENT_OBJECT_DYING event
<p>Usually, you derive your class from both ListBoxAccessibleBase and XComponent,