diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-14 20:01:29 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-26 08:36:29 +0200 |
commit | 01d780e2fa42ba04b55104cb012f00b6b3cbb162 (patch) | |
tree | 9fb59a78dd4e7344e26e8907a8dc11d01c7361a3 /sc/source/ui/vba/vbapagesetup.cxx | |
parent | 6a4b7d1e658b4515ec9a2fe3604dd4ead4c0fec8 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/vba/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I888a8f7269c03d9d4d066032f90564f92c4af2e4
Reviewed-on: https://gerrit.libreoffice.org/75596
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/vba/vbapagesetup.cxx')
-rw-r--r-- | sc/source/ui/vba/vbapagesetup.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/source/ui/vba/vbapagesetup.cxx b/sc/source/ui/vba/vbapagesetup.cxx index b7b13b19bcce..035243f1d78d 100644 --- a/sc/source/ui/vba/vbapagesetup.cxx +++ b/sc/source/ui/vba/vbapagesetup.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "vbapagesetup.hxx" -#include <cellsuno.hxx> #include <convuno.hxx> #include <rangelst.hxx> #include <docsh.hxx> @@ -31,11 +30,8 @@ #include <ooo/vba/excel/XlPageOrientation.hpp> #include <ooo/vba/excel/XlOrder.hpp> #include <ooo/vba/excel/Constants.hpp> -#include <ooo/vba/excel/XRange.hpp> +#include <ooo/vba/excel/XlPaperSize.hpp> #include <basic/sberrors.hxx> -#include <i18nutil/paper.hxx> -#include <sal/macros.h> -#include <algorithm> #include <filter/msfilter/util.hxx> using namespace ::com::sun::star; |