diff options
Diffstat (limited to 'sw/source/ui/vba/vbabookmarks.hxx')
-rw-r--r-- | sw/source/ui/vba/vbabookmarks.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbabookmarks.hxx b/sw/source/ui/vba/vbabookmarks.hxx index 4035b6010316..546679bbf3c0 100644 --- a/sw/source/ui/vba/vbabookmarks.hxx +++ b/sw/source/ui/vba/vbabookmarks.hxx @@ -21,12 +21,9 @@ #include <vbahelper/vbacollectionimpl.hxx> #include <ooo/vba/word/XBookmarks.hpp> -#include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/container/XIndexAccess.hpp> -#include <vbahelper/vbahelperinterface.hxx> #include <com/sun/star/text/XBookmarksSupplier.hpp> #include <com/sun/star/text/XTextRange.hpp> -#include <com/sun/star/text/XText.hpp> typedef CollTestImplHelper< ooo::vba::word::XBookmarks > SwVbaBookmarks_BASE; |