diff options
Diffstat (limited to 'sw/source/ui/vba/vbacolumn.hxx')
-rw-r--r-- | sw/source/ui/vba/vbacolumn.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbacolumn.hxx b/sw/source/ui/vba/vbacolumn.hxx index d2eaefbbff06..3e865d60808f 100644 --- a/sw/source/ui/vba/vbacolumn.hxx +++ b/sw/source/ui/vba/vbacolumn.hxx @@ -21,9 +21,7 @@ #include <ooo/vba/word/XColumn.hpp> #include <vbahelper/vbahelperinterface.hxx> -#include <com/sun/star/table/XTableColumns.hpp> #include <com/sun/star/text/XTextTable.hpp> -#include <com/sun/star/text/TableColumnSeparator.hpp> typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XColumn > SwVbaColumn_BASE; |