[Libreoffice-commits] core.git: include/vcl
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jul 27 10:46:45 UTC 2019
include/vcl/window.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0320d14a7655b4adce3ff2d7fc453917c96f8f21
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jul 26 15:53:02 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Jul 27 12:45:36 2019 +0200
devirtualize these now nothing overrides them
Change-Id: Iae9a832b1a198a02c916c1e5eab893c166cdf615
Reviewed-on: https://gerrit.libreoffice.org/76387
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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:
More information about the Libreoffice-commits
mailing list