diff options
Diffstat (limited to 'include/editeng/AccessibleImageBullet.hxx')
-rw-r--r-- | include/editeng/AccessibleImageBullet.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/AccessibleImageBullet.hxx b/include/editeng/AccessibleImageBullet.hxx index 2cc2c12e0cf7..6bc049b7fc02 100644 --- a/include/editeng/AccessibleImageBullet.hxx +++ b/include/editeng/AccessibleImageBullet.hxx @@ -21,18 +21,18 @@ #define INCLUDED_EDITENG_ACCESSIBLEIMAGEBULLET_HXX #include <tools/gen.hxx> -#include <cppuhelper/weakref.hxx> #include <cppuhelper/implbase.hxx> -#include <cppuhelper/interfacecontainer.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> #include <com/sun/star/accessibility/XAccessibleComponent.hpp> #include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp> -#include <editeng/AccessibleParaManager.hxx> -#include <editeng/unoedsrc.hxx> + +class SvxEditSource; +class SvxTextForwarder; +class SvxViewForwarder; namespace accessibility { |