diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-23 23:00:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-29 12:00:51 +0100 |
commit | 9600a5abc93406bd966507edda3f66ef599fc8d7 (patch) | |
tree | 283440fd02b5aac89e3046ad1539cef2221b0622 /sw/source/ui/vba/vbarows.cxx | |
parent | 0652ea61c5c3e6caea1e2ac2e7ffbce307f5fa55 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iafc34cffc3257d785d61f60fc37dc95e5250435c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87308
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/vba/vbarows.cxx')
-rw-r--r-- | sw/source/ui/vba/vbarows.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbarows.cxx b/sw/source/ui/vba/vbarows.cxx index 6159b076a676..08afc401ef7c 100644 --- a/sw/source/ui/vba/vbarows.cxx +++ b/sw/source/ui/vba/vbarows.cxx @@ -18,13 +18,13 @@ */ #include "vbarows.hxx" #include "vbarow.hxx" +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/table/XCellRange.hpp> #include <ooo/vba/word/WdRowAlignment.hpp> #include <ooo/vba/word/WdConstants.hpp> #include <ooo/vba/word/WdRulerStyle.hpp> #include <basic/sberrors.hxx> -#include "wordvbahelper.hxx" #include "vbacolumns.hxx" #include "vbatablehelper.hxx" |