diff options
Diffstat (limited to 'include/editeng/AccessibleParaManager.hxx')
-rw-r--r-- | include/editeng/AccessibleParaManager.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/editeng/AccessibleParaManager.hxx b/include/editeng/AccessibleParaManager.hxx index 30d02dd846dc..6c4cdf392eaf 100644 --- a/include/editeng/AccessibleParaManager.hxx +++ b/include/editeng/AccessibleParaManager.hxx @@ -21,15 +21,16 @@ #define INCLUDED_EDITENG_ACCESSIBLEPARAMANAGER_HXX #include <vector> -#include <algorithm> #include <utility> #include <tools/gen.hxx> #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/uno/Reference.hxx> #include <cppuhelper/weakref.hxx> -#include <com/sun/star/accessibility/XAccessibleContext.hpp> +#include <rtl/ref.hxx> #include <editeng/editengdllapi.h> +namespace com::sun::star::accessibility { class XAccessible; } + class SvxEditSourceAdapter; namespace accessibility |