vcl/unx/gtk3/gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 41a55bde344f924edd36dbbeead45c426ee07e4d
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Wed Sep 8 20:45:55 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 8 21:53:56 2021 +0200

    fix copy paste in assertion message (vcl/gtk3/gtkinst)
    
    Change-Id: I2603dcb809d2bf062f3b14f7c21583fde1da9f05
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121829
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 053bf5a0d607..5a4270857919 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -16985,7 +16985,7 @@ public:
     {
         //get_accessible_relation_set should only be needed for the vcl 
implementation,
         //in the gtk impl the native equivalent should negate the need.
-        assert(false && "get_accessible_parent should only be called on a vcl 
impl");
+        assert(false && "get_accessible_relation_set should only be called on 
a vcl impl");
         return uno::Reference<css::accessibility::XAccessibleRelationSet>();
     }
 

Reply via email to