diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-07 15:09:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-24 14:39:20 +0200 |
commit | 6b82bbd9e7c3aab343c5e7e9e3fb0bcfc70e2cb7 (patch) | |
tree | d59da099ebf1b8871cb8700492b6952f5d611b2e /xmloff/source/text/txtdrope.hxx | |
parent | 41d0f5540208f7b86c91804631a141380c397a57 (diff) |
tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iaad32419c49406a11f7cfb5856b33539d2a2894b
Reviewed-on: https://gerrit.libreoffice.org/79077
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/text/txtdrope.hxx')
-rw-r--r-- | xmloff/source/text/txtdrope.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/text/txtdrope.hxx b/xmloff/source/text/txtdrope.hxx index a921a82e3bc1..28eb57502be8 100644 --- a/xmloff/source/text/txtdrope.hxx +++ b/xmloff/source/text/txtdrope.hxx @@ -20,6 +20,8 @@ #define INCLUDED_XMLOFF_SOURCE_TEXT_TXTDROPE_HXX +#include <rtl/ustring.hxx> + class SvXMLExport; namespace com { namespace sun { namespace star { namespace uno { class Any; } } } } |