diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-01 22:12:48 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-10 09:14:59 +0200 |
commit | 4709cd82c7fa31eac7bbc9f1991968891080c5f8 (patch) | |
tree | 390750d73ef70bb51bfbc56331c8b1e24340a67a /sc/qa/unit | |
parent | e16641769df8cb2631808acf43e0ee8bd31cb0f7 (diff) |
tdf#62699 Drop pass-through header file include/svx/svdattr.hxx
Change-Id: I04289589196ac69b31f75989d9252c79d03c890f
Reviewed-on: https://gerrit.libreoffice.org/71633
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/qa/unit')
-rw-r--r-- | sc/qa/unit/helper/qahelper.cxx | 2 | ||||
-rw-r--r-- | sc/qa/unit/tiledrendering/tiledrendering.cxx | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx index cc23c7a207f5..083319ba316d 100644 --- a/sc/qa/unit/helper/qahelper.cxx +++ b/sc/qa/unit/helper/qahelper.cxx @@ -25,6 +25,8 @@ #include <cppunit/AdditionalMessage.h> #include <sal/log.hxx> #include <sfx2/sfxsids.hrc> +#include <svl/stritem.hxx> +#include <svl/intitem.hxx> #include <svl/gridprinter.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/docfile.hxx> diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx b/sc/qa/unit/tiledrendering/tiledrendering.cxx index 326966e940af..4e0c99ad5f97 100644 --- a/sc/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx @@ -22,6 +22,7 @@ #include <osl/conditn.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> +#include <svl/stritem.hxx> #include <comphelper/lok.hxx> #include <comphelper/propertyvalue.hxx> |