diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-15 22:52:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-21 13:52:11 +0100 |
commit | 1eaa1e2adeb50bb14d550e70fb77edfd2da11807 (patch) | |
tree | 1cc607ecb3ced0a3d28dd244aa84693171d0b638 /sfx2/qa/cppunit/test_metadatable.cxx | |
parent | 46c0dbea12bd8329aa37ca5503db12b4162ef6c6 (diff) |
tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qa
Also quickly recheck other parts of sfx2 after recent welding there
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iff847f142557b5b253887add12c005821554ef65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86891
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/qa/cppunit/test_metadatable.cxx')
-rw-r--r-- | sfx2/qa/cppunit/test_metadatable.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/qa/cppunit/test_metadatable.cxx b/sfx2/qa/cppunit/test_metadatable.cxx index 5073f87202b7..5d3d71d5a23f 100644 --- a/sfx2/qa/cppunit/test_metadatable.cxx +++ b/sfx2/qa/cppunit/test_metadatable.cxx @@ -23,11 +23,7 @@ #include <cppunit/extensions/HelperMacros.h> #include <cppunit/plugin/TestPlugIn.h> -#include <rtl/ustrbuf.hxx> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <com/sun/star/util/DateTime.hpp> -#include <com/sun/star/util/Date.hpp> -#include <com/sun/star/util/Duration.hpp> #include <sfx2/Metadatable.hxx> #include <sfx2/XmlIdRegistry.hxx> |