diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-01-12 22:28:32 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-22 09:27:34 +0100 |
commit | 6e5cdd9d550576095c046f968877956a337330cb (patch) | |
tree | b58d2f0dd5ef349a67d353fc6ffb4ec3ef6b3e04 /include/xmloff/SettingsExportHelper.hxx | |
parent | eaa026a063a950d3682a8f88272d1f9f2cc1f004 (diff) |
tdf#42949 Fix IWYU warnings in include/xmloff/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Id20e0bc42e39f868a7c5d49d756f2ad5e14a86c0
Reviewed-on: https://gerrit.libreoffice.org/66637
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/xmloff/SettingsExportHelper.hxx')
-rw-r--r-- | include/xmloff/SettingsExportHelper.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/xmloff/SettingsExportHelper.hxx b/include/xmloff/SettingsExportHelper.hxx index ff503b2b2749..505ecce1b00a 100644 --- a/include/xmloff/SettingsExportHelper.hxx +++ b/include/xmloff/SettingsExportHelper.hxx @@ -22,10 +22,11 @@ #include <xmloff/dllapi.h> -#include <com/sun/star/awt/Rectangle.hpp> -#include <com/sun/star/formula/SymbolDescriptor.hpp> -#include <com/sun/star/util/XStringSubstitution.hpp> -#include <xmloff/xmlexp.hxx> +#include <com/sun/star/uno/Reference.hxx> + +namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } } +namespace com { namespace sun { namespace star { namespace formula { struct SymbolDescriptor; } } } } +namespace com { namespace sun { namespace star { namespace util { class XStringSubstitution; } } } } namespace com { |