summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-26 15:53:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-27 12:45:36 +0200
commit0320d14a7655b4adce3ff2d7fc453917c96f8f21 (patch)
treebfc3bdf62699ea14319fa3195f89b6a3bf53d17c
parentfdd35ea841f319c48e1978dfead703d6cb0996ff (diff)
devirtualize these now nothing overrides them
Change-Id: Iae9a832b1a198a02c916c1e5eab893c166cdf615 Reviewed-on: https://gerrit.libreoffice.org/76387 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-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: