summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-06 20:57:31 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-06 22:39:18 +0300
commit445336074c2441a59377b313fc6da2396554abed (patch)
tree8a7d8c56701d53faaf74f228036d0570338e74ca /include/vcl
parentce5cc7afb0f1c99237d04e0c754527c725d8491c (diff)
Remove pointless commented-out 'virtual' keywords
Nobody knows any more what such a metacomment was supposed to mean, if it had any deeper meaning at all. Change-Id: Iefb4fedc7b833c09ee0e39b3eb28202229323ef2
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/window.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index ae9481973ba0..decc15c1c88e 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -709,10 +709,10 @@ public:
virtual bool Notify( NotifyEvent& rNEvt );
virtual vcl::Window* GetPreferredKeyInputWindow();
- /*virtual*/ void AddEventListener( const Link& rEventListener );
- /*virtual*/ void RemoveEventListener( const Link& rEventListener );
- /*virtual*/ void AddChildEventListener( const Link& rEventListener );
- /*virtual*/ void RemoveChildEventListener( const Link& rEventListener );
+ void AddEventListener( const Link& rEventListener );
+ void RemoveEventListener( const Link& rEventListener );
+ void AddChildEventListener( const Link& rEventListener );
+ void RemoveChildEventListener( const Link& rEventListener );
ImplSVEvent * PostUserEvent( const Link& rLink, void* pCaller = NULL );
void RemoveUserEvent( ImplSVEvent * nUserEvent );