summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-25 20:44:06 +0200
committerCaolán McNamara <caolanm@redhat.com>2019-04-27 17:42:43 +0200
commite988299538435ddd1c838dede375567795d7943a (patch)
treea25442fe94e8fcd4b88af5479613e66afa7e4254 /include
parent40568367abde75bd269124d1983283dd16d150a8 (diff)
tdf#62699 Drop pass-through header file include/svx/xsetit.hxx
Change-Id: Id750f663389be36c669756e4bdd1e4e01be48199 Reviewed-on: https://gerrit.libreoffice.org/71327 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/tabline.hxx1
-rw-r--r--include/svx/xattr.hxx1
-rw-r--r--include/svx/xsetit.hxx45
3 files changed, 0 insertions, 47 deletions
diff --git a/include/svx/tabline.hxx b/include/svx/tabline.hxx
index 1c0a021b6ab9..ed9a8bb2f20a 100644
--- a/include/svx/tabline.hxx
+++ b/include/svx/tabline.hxx
@@ -23,7 +23,6 @@
#include <svx/svdpage.hxx>
#include <svx/xlineit0.hxx>
#include <svx/xlineit.hxx>
-#include <svx/xsetit.hxx>
#include <svx/dlgctrl.hxx>
#include <vcl/menubtn.hxx>
diff --git a/include/svx/xattr.hxx b/include/svx/xattr.hxx
index f8c7d6d34719..368ed1ccf100 100644
--- a/include/svx/xattr.hxx
+++ b/include/svx/xattr.hxx
@@ -29,7 +29,6 @@
#include <svx/xlineit0.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xtextit0.hxx>
-#include <svx/xsetit.hxx>
#include <svx/xlinjoit.hxx>
#include <svx/xlncapit.hxx>
diff --git a/include/svx/xsetit.hxx b/include/svx/xsetit.hxx
deleted file mode 100644
index 69d4e226f388..000000000000
--- a/include/svx/xsetit.hxx
+++ /dev/null
@@ -1,45 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_SVX_XSETIT_HXX
-#define INCLUDED_SVX_XSETIT_HXX
-
-#include <svx/xit.hxx>
-#include <svl/metitem.hxx>
-#include <svl/eitem.hxx>
-#include <svx/rectenum.hxx>
-
-#include <svx/xlnasit.hxx>
-#include <svx/xflasit.hxx>
-#include <svx/xlntrit.hxx>
-#include <svx/xfltrit.hxx>
-#include <svx/xftshtit.hxx>
-#include <svx/xgrscit.hxx>
-#include <svx/xflbmtit.hxx>
-#include <svx/xflbmpit.hxx>
-#include <svx/xflbmsxy.hxx>
-#include <svx/xflbmsli.hxx>
-#include <svx/xflbtoxy.hxx>
-#include <svx/xflbstit.hxx>
-#include <svx/xflboxy.hxx>
-#include <svx/xflbckit.hxx>
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */