From 41a55bde344f924edd36dbbeead45c426ee07e4d Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 8 Sep 2021 20:45:55 +0200 Subject: fix copy paste in assertion message (vcl/gtk3/gtkinst) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2603dcb809d2bf062f3b14f7c21583fde1da9f05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121829 Reviewed-by: Caolán McNamara Reviewed-by: Julien Nabet Tested-by: Jenkins --- vcl/unx/gtk3/gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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(); } -- cgit