summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-26 01:59:08 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-29 10:11:13 +0200
commit7722ffd1f50ee431dfc501c4f0fecd40eb9046d3 (patch)
treeaff6e811ec857d6598ab39447c281dbdd47f1536 /include
parentfdf4aaa3dc5cc1d2e7a112e6c32d7845f13caef8 (diff)
tdf#62699 Drop pass-through header file include/svx/xfillit.hxx
Change-Id: I6598d81b166486f3c48b119cc136b9f6e6c2a12c Reviewed-on: https://gerrit.libreoffice.org/71336 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/xattr.hxx1
-rw-r--r--include/svx/xfillit.hxx42
2 files changed, 0 insertions, 43 deletions
diff --git a/include/svx/xattr.hxx b/include/svx/xattr.hxx
index bb893fd3ed8a..ee814da03efe 100644
--- a/include/svx/xattr.hxx
+++ b/include/svx/xattr.hxx
@@ -24,7 +24,6 @@
#include <svx/xgrad.hxx>
#include <svx/xhatch.hxx>
#include <svx/xlineit.hxx>
-#include <svx/xfillit.hxx>
#include <svx/xlineit0.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xtextit0.hxx>
diff --git a/include/svx/xfillit.hxx b/include/svx/xfillit.hxx
deleted file mode 100644
index bd4fa2d703de..000000000000
--- a/include/svx/xfillit.hxx
+++ /dev/null
@@ -1,42 +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_XFILLIT_HXX
-#define INCLUDED_SVX_XFILLIT_HXX
-
-#include <vcl/bitmap.hxx>
-#include <svx/xcolit.hxx>
-#include <svx/xgrad.hxx>
-#include <svx/xhatch.hxx>
-#include <svx/xenum.hxx>
-#include <svl/eitem.hxx>
-
-#include <svx/xflclit.hxx>
-#include <svx/xsflclit.hxx>
-#include <svx/xflgrit.hxx>
-#include <svx/xflhtit.hxx>
-#include <svx/xbtmpit.hxx>
-#include <svx/xflftrit.hxx>
-
-class XGradient;
-class XOBitmap;
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */