From b3098d239f46c8d5965754f275bc62216dcb4f4f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 15 Feb 2017 16:52:53 +0000 Subject: Related: tdf#105712 inconsistency with num of a11y children in special char with no visible scrollbar it claims 1 child, but trying to get child at index 0 throws Change-Id: Icf1a0afc4a6f6090e3f14f30b4380db477955561 --- svx/source/inc/charmapacc.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svx/source/inc/charmapacc.hxx') diff --git a/svx/source/inc/charmapacc.hxx b/svx/source/inc/charmapacc.hxx index 41d8f26eb292..d93540437a5b 100644 --- a/svx/source/inc/charmapacc.hxx +++ b/svx/source/inc/charmapacc.hxx @@ -43,6 +43,7 @@ namespace svx { VclPtr mpParent; // the vcl control rtl::Reference m_xTable; // the table, which holds the characters shown by the vcl control + sal_Int32 getImplAccessibleChildCount() const; protected: virtual ~SvxShowCharSetVirtualAcc() override; -- cgit