summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-06-21 20:59:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-06-22 02:47:28 +0200
commitd3c70b5f704f20e15611a8bf0d162a3c637400b6 (patch)
treee650ceea08f7c6520dd79dd6b2dceaad62a3d3f0 /sd
parentupdater: handle the SeeAlso property after the update succeeded (diff)
downloadcore-d3c70b5f704f20e15611a8bf0d162a3c637400b6.tar.gz
core-d3c70b5f704f20e15611a8bf0d162a3c637400b6.zip
sd: Kill empty sdattr.cxx
Change-Id: I9343616352489205d606043fb773185f3784a8d9 Reviewed-on: https://gerrit.libreoffice.org/39051 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'sd')
-rw-r--r--sd/Library_sd.mk1
-rw-r--r--sd/source/core/sdattr.cxx20
2 files changed, 0 insertions, 21 deletions
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: */