diff options
Diffstat (limited to 'include/vcl/accessibletableprovider.hxx')
-rw-r--r-- | include/vcl/accessibletableprovider.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/vcl/accessibletableprovider.hxx b/include/vcl/accessibletableprovider.hxx index 982ac62c0905..03aba6d3ef6c 100644 --- a/include/vcl/accessibletableprovider.hxx +++ b/include/vcl/accessibletableprovider.hxx @@ -20,10 +20,11 @@ #ifndef INCLUDED_VCL_ACCESSIBLETABLEPROVIDER_HXX #define INCLUDED_VCL_ACCESSIBLETABLEPROVIDER_HXX -#include <vcl/window.hxx> -#include <unotools/accessiblestatesethelper.hxx> #include <vcl/AccessibleBrowseBoxObjType.hxx> -#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> +#include <vcl/outdev.hxx> + +namespace com { namespace sun { namespace star { namespace accessibility { class XAccessible; } } } } +namespace utl { class AccessibleStateSetHelper; } namespace vcl { |