sd/Library_sd.mk | 1 - sd/source/core/sdattr.cxx | 20 -------------------- 2 files changed, 21 deletions(-)
New commits: commit d3c70b5f704f20e15611a8bf0d162a3c637400b6 Author: Takeshi Abe <[email protected]> Date: Wed Jun 21 20:59:55 2017 +0900 sd: Kill empty sdattr.cxx Change-Id: I9343616352489205d606043fb773185f3784a8d9 Reviewed-on: https://gerrit.libreoffice.org/39051 Tested-by: Jenkins <[email protected]> Reviewed-by: Takeshi Abe <[email protected]> diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 62a4c3775e47..683da42a92e6 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -134,7 +134,6 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ sd/source/core/drawdoc4 \ sd/source/core/drawdoc_animations \ sd/source/core/pglink \ - sd/source/core/sdattr \ sd/source/core/sdiocmpt \ sd/source/core/sdobjfac \ sd/source/core/sdpage \ diff --git a/sd/source/core/sdattr.cxx b/sd/source/core/sdattr.cxx deleted file mode 100644 index 52597c57ca92..000000000000 --- a/sd/source/core/sdattr.cxx +++ /dev/null @@ -1,20 +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 . - */ - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
