include/vcl/window.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0320d14a7655b4adce3ff2d7fc453917c96f8f21
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Jul 26 15:53:02 2019 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to