summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxpicklist.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-07 00:27:50 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-18 10:38:21 +0100
commit8d3cec3c36ecc634ff1079aa897d5692df5c1b25 (patch)
tree7f8aed57a6888ce6bcf9f77a5f7e7b450ad785e6 /sfx2/source/appl/sfxpicklist.cxx
parent3353a39b065300194531d24b60e8312a9d83c6d8 (diff)
tdf#42949 Fix IWYU warnings in sfx2/source/appl/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id8d2d6f739ac3b039d4afe7d1b65119b9eb614a5 Reviewed-on: https://gerrit.libreoffice.org/84674 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/appl/sfxpicklist.cxx')
-rw-r--r--sfx2/source/appl/sfxpicklist.cxx17
1 files changed, 1 insertions, 16 deletions
diff --git a/sfx2/source/appl/sfxpicklist.cxx b/sfx2/source/appl/sfxpicklist.cxx
index 8ec36aa20c2b..67b5b1765331 100644
--- a/sfx2/source/appl/sfxpicklist.cxx
+++ b/sfx2/source/appl/sfxpicklist.cxx
@@ -17,47 +17,32 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <config_features.h>
-
#include <comphelper/lok.hxx>
#include <comphelper/base64.hxx>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <unotools/historyoptions.hxx>
#include <unotools/useroptions.hxx>
+#include <tools/datetime.hxx>
#include <tools/urlobj.hxx>
-#include <framework/menuconfiguration.hxx>
-#include <sax/tools/converter.hxx>
#include <svl/inethist.hxx>
-#include <svl/stritem.hxx>
-#include <svl/eitem.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/pngwrite.hxx>
#include <vcl/svapp.hxx>
#include <officecfg/Office/Common.hxx>
-#include <osl/file.hxx>
-#include <unotools/localfilehelper.hxx>
-#include <cppuhelper/implbase.hxx>
#include <sfx2/app.hxx>
#include <sfxpicklist.hxx>
-#include <sfx2/sfxuno.hxx>
-#include <sfxtypes.hxx>
-#include <sfx2/request.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/event.hxx>
#include <sfx2/objsh.hxx>
-#include <sfx2/bindings.hxx>
#include <sfx2/docfile.hxx>
-#include <objshimp.hxx>
#include <openurlhint.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/viewfrm.hxx>
#include <rtl/instance.hxx>
-#include <algorithm>
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;