diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-09-08 20:45:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-09-08 21:53:56 +0200 |
commit | 41a55bde344f924edd36dbbeead45c426ee07e4d (patch) | |
tree | 2aa6059911a8168b7eeab4f96181c5ca3e1d2c3b /vcl | |
parent | 97a88e30e2e084ab860635ff4e0a03442d8a12af (diff) |
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 <caolanm@redhat.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtkinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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>(); } |