summaryrefslogtreecommitdiff
path: root/include/vcl/svimpbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/svimpbox.hxx')
-rw-r--r--include/vcl/svimpbox.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/svimpbox.hxx b/include/vcl/svimpbox.hxx
index 1ce5681f398b..88c068874165 100644
--- a/include/vcl/svimpbox.hxx
+++ b/include/vcl/svimpbox.hxx
@@ -23,6 +23,7 @@
#include <vcl/dllapi.h>
#include <vcl/seleng.hxx>
#include <vcl/scrbar.hxx>
+#include <vcl/svtaccessiblefactory.hxx>
#include <vcl/vclevent.hxx>
#include <unotools/intlwrapper.hxx>
#include <o3tl/enumarray.hxx>
@@ -100,6 +101,9 @@ private:
VclPtr<ScrollBar> aHorSBar;
VclPtr<ScrollBarBox> aScrBarBox;
+ ::vcl::AccessibleFactoryAccess
+ m_aFactoryAccess;
+
static Image* s_pDefCollapsed;
static Image* s_pDefExpanded;
static oslInterlockedCount s_nImageRefCount; /// When 0 all static images will be destroyed