diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-09-09 23:32:59 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-13 09:04:55 +0200 |
commit | 9784934cb9054e7aa7b1574f926a555b107a31c8 (patch) | |
tree | 9274df9080e681431cc61e8052579b2d4f3e39b4 /ucbhelper/source/client | |
parent | fb7c57aa0fbe1e1b627fc3e6616b5bb8ed0a92b0 (diff) |
tdf#42949 Fix IWYU warnings in include/ucbhelper/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I7bfeef47abaf94cfb355db95c0fdb928ce36c0a6
Reviewed-on: https://gerrit.libreoffice.org/60232
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'ucbhelper/source/client')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index d0479ecfa81d..3308ac3b892e 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -26,10 +26,12 @@ #include <sal/log.hxx> #include <salhelper/simplereferenceobject.hxx> #include <cppuhelper/weak.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/ucb/CheckinArgument.hpp> #include <com/sun/star/ucb/ContentCreationError.hpp> +#include <com/sun/star/ucb/ContentCreationException.hpp> #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <com/sun/star/ucb/XCommandInfo.hpp> |