summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/window.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index c1ac276f6327..39c0fb4fd4e1 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1265,8 +1265,8 @@ public:
void SetAccessibilityEventsSuppressed(bool bSuppressed);
// Deprecated - can use SetAccessibleRelationLabelFor/By nowadays
- virtual vcl::Window* GetParentLabelFor( const vcl::Window* pLabel ) const;
- virtual vcl::Window* GetParentLabeledBy( const vcl::Window* pLabeled ) const;
+ vcl::Window* GetParentLabelFor( const vcl::Window* pLabel ) const;
+ vcl::Window* GetParentLabeledBy( const vcl::Window* pLabeled ) const;
KeyEvent GetActivationKey() const;
protected: