summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-15 16:52:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-15 16:55:05 +0000
commitb3098d239f46c8d5965754f275bc62216dcb4f4f (patch)
tree9e66d4a52f305362ca30a6425867cb0dd385f043 /svx/source/inc
parentdeff2acd61de53e29a8cf1eed7f8db458244dab0 (diff)
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
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/charmapacc.hxx1
1 files changed, 1 insertions, 0 deletions
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<SvxShowCharSet> mpParent; // the vcl control
rtl::Reference<SvxShowCharSetAcc> m_xTable; // the table, which holds the characters shown by the vcl control
+ sal_Int32 getImplAccessibleChildCount() const;
protected:
virtual ~SvxShowCharSetVirtualAcc() override;