diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-04-18 19:59:45 -0300 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-19 08:17:11 +0000 |
commit | 6f30f805bd87b940fd0693fb9f8c90e6ca779eff (patch) | |
tree | 20fea3a56d1d13a92b4da3aa1869dfe8476beb0d /svx/inc | |
parent | 8d351c59d4393aa37ab38139b3a741f15a49dbfe (diff) |
fdo#62699: Drop wrapper header
Change-Id: I21e91ab136c944c6dc77a90500b1bcebbf7cf851
Reviewed-on: https://gerrit.libreoffice.org/3473
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svditext.hxx | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/svx/inc/svx/svditext.hxx b/svx/inc/svx/svditext.hxx deleted file mode 100644 index 586d51d69e72..000000000000 --- a/svx/inc/svx/svditext.hxx +++ /dev/null @@ -1,30 +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 _SVDITEXT_HXX -#define _SVDITEXT_HXX - -// SvxItem-Mapping. Wird benoetigt um die SvxItem-Header erfolgreich zu includen - -#include <editeng/editdata.hxx> - - -#endif // _SVDITEXT_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |