summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-28 10:32:43 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-30 12:27:04 +0200
commite1a928f28ac70c4b13cf4b6fe73e7b33e2e86d2f (patch)
treeae7b7b82aa986368406b19ddea45983c54b849be /include
parent60095b481d9663f7bcfe8078d669030ab2bc6a05 (diff)
tdf#62699 Drop pass-through header file include/svx/xlineit.hxx
Change-Id: I3ae76558f476934dffc2b43b19af848b5ad5015e Reviewed-on: https://gerrit.libreoffice.org/71454 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/tabline.hxx1
-rw-r--r--include/svx/xattr.hxx1
-rw-r--r--include/svx/xlineit.hxx46
3 files changed, 0 insertions, 48 deletions
diff --git a/include/svx/tabline.hxx b/include/svx/tabline.hxx
index ed9a8bb2f20a..dda8a85bccd5 100644
--- a/include/svx/tabline.hxx
+++ b/include/svx/tabline.hxx
@@ -22,7 +22,6 @@
#include <vcl/button.hxx>
#include <svx/svdpage.hxx>
#include <svx/xlineit0.hxx>
-#include <svx/xlineit.hxx>
#include <svx/dlgctrl.hxx>
#include <vcl/menubtn.hxx>
diff --git a/include/svx/xattr.hxx b/include/svx/xattr.hxx
index ee814da03efe..04a40f9ba58f 100644
--- a/include/svx/xattr.hxx
+++ b/include/svx/xattr.hxx
@@ -23,7 +23,6 @@
#include <svx/xcolit.hxx>
#include <svx/xgrad.hxx>
#include <svx/xhatch.hxx>
-#include <svx/xlineit.hxx>
#include <svx/xlineit0.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xtextit0.hxx>
diff --git a/include/svx/xlineit.hxx b/include/svx/xlineit.hxx
deleted file mode 100644
index 0f364c20a31a..000000000000
--- a/include/svx/xlineit.hxx
+++ /dev/null
@@ -1,46 +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_XLINEIT_HXX
-#define INCLUDED_SVX_XLINEIT_HXX
-
-#include <svx/xit.hxx>
-#include <svx/xcolit.hxx>
-#include <svx/xpoly.hxx>
-#include <svx/xenum.hxx>
-#include <svl/metitem.hxx>
-#include <svl/eitem.hxx>
-
-class XDash;
-class SvStream;
-
-#include <svx/xdash.hxx>
-#include <svx/xlndsit.hxx>
-#include <svx/xlnwtit.hxx>
-#include <svx/xlnclit.hxx>
-#include <svx/xlnstit.hxx>
-#include <svx/xlnedit.hxx>
-#include <svx/xlnstwit.hxx>
-#include <svx/xlnedwit.hxx>
-#include <svx/xlnstcit.hxx>
-#include <svx/xlnedcit.hxx>
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */