summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-30 21:59:34 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-07 10:41:10 +0200
commitf0c3fc59e1eefbec202e0a10553dd6581fc2cae5 (patch)
tree1d3ee243f64e7f8ac32bb5ca486cc2d45a04a187 /include
parent6934a55ebe724a2011179473bb4b762d1834b9ce (diff)
tdf#62699 Drop pass-through header file include/svx/xattr.hxx
Change-Id: I8db9a4de494fbd045a0f4da810c3887ce62dd350 Reviewed-on: https://gerrit.libreoffice.org/71595 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/xattr.hxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/include/svx/xattr.hxx b/include/svx/xattr.hxx
deleted file mode 100644
index 04a40f9ba58f..000000000000
--- a/include/svx/xattr.hxx
+++ /dev/null
@@ -1,34 +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_XATTR_HXX
-#define INCLUDED_SVX_XATTR_HXX
-
-#include <svx/xit.hxx>
-#include <svx/xcolit.hxx>
-#include <svx/xgrad.hxx>
-#include <svx/xhatch.hxx>
-#include <svx/xlineit0.hxx>
-#include <svx/xfillit0.hxx>
-#include <svx/xtextit0.hxx>
-#include <svx/xlinjoit.hxx>
-#include <svx/xlncapit.hxx>
-
-#endif // INCLUDED_SVX_XATTR_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */