diff options
Diffstat (limited to 'sw/source/ui/vba/vbadocuments.hxx')
-rw-r--r-- | sw/source/ui/vba/vbadocuments.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbadocuments.hxx b/sw/source/ui/vba/vbadocuments.hxx index d72b1a168486..2b6261adbaf5 100644 --- a/sw/source/ui/vba/vbadocuments.hxx +++ b/sw/source/ui/vba/vbadocuments.hxx @@ -19,12 +19,9 @@ #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBADOCUMENTS_HXX #define INCLUDED_SW_SOURCE_UI_VBA_VBADOCUMENTS_HXX -#include <vbahelper/vbacollectionimpl.hxx> #include <ooo/vba/word/XDocuments.hpp> -#include <com/sun/star/container/XEnumerationAccess.hpp> #include <vbahelper/vbadocumentsbase.hxx> #include <cppuhelper/implbase.hxx> -#include "wordvbahelper.hxx" typedef cppu::ImplInheritanceHelper< VbaDocumentsBase, ov::word::XDocuments > SwVbaDocuments_BASE; |