summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-26 00:22:02 +0200
committerCaolán McNamara <caolanm@redhat.com>2019-04-27 17:43:18 +0200
commit9d3912d4afc09b3b36701044493a4ea8e0d0ca47 (patch)
tree0359073a54fbc0223c79ea67fb384e04a4434168 /include/svx
parenttdf#62699 Drop pass-through header file include/svx/xsetit.hxx (diff)
downloadcore-9d3912d4afc09b3b36701044493a4ea8e0d0ca47.tar.gz
core-9d3912d4afc09b3b36701044493a4ea8e0d0ca47.zip
tdf#62699 Drop pass-through header file include/svx/xtextit.hxx
Change-Id: Id48dc67443bbd28b0a7e2987b2546808cac8e8e2 Reviewed-on: https://gerrit.libreoffice.org/71334 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/xattr.hxx1
-rw-r--r--include/svx/xtextit.hxx40
2 files changed, 0 insertions, 41 deletions
diff --git a/include/svx/xattr.hxx b/include/svx/xattr.hxx
index 368ed1ccf100..bb893fd3ed8a 100644
--- a/include/svx/xattr.hxx
+++ b/include/svx/xattr.hxx
@@ -25,7 +25,6 @@
#include <svx/xhatch.hxx>
#include <svx/xlineit.hxx>
#include <svx/xfillit.hxx>
-#include <svx/xtextit.hxx>
#include <svx/xlineit0.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xtextit0.hxx>
diff --git a/include/svx/xtextit.hxx b/include/svx/xtextit.hxx
deleted file mode 100644
index a3cd2a9b8f3c..000000000000
--- a/include/svx/xtextit.hxx
+++ /dev/null
@@ -1,40 +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_XTEXTIT_HXX
-#define INCLUDED_SVX_XTEXTIT_HXX
-
-#include <svx/xenum.hxx>
-#include <svl/metitem.hxx>
-#include <svl/eitem.hxx>
-#include <svx/xit.hxx>
-#include <svx/xcolit.hxx>
-
-#include <svx/xftadit.hxx>
-#include <svx/xftdiit.hxx>
-#include <svx/xftstit.hxx>
-#include <svx/xftmrit.hxx>
-#include <svx/xftouit.hxx>
-#include <svx/xftshit.hxx>
-#include <svx/xftshcit.hxx>
-#include <svx/xftshxy.hxx>
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */