summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2019-01-10 10:30:11 +0900
committerJulien Nabet <serval2412@yahoo.fr>2019-01-10 07:11:50 +0100
commit4bec85e56141e0b2726e3fa244ea252486c1fa46 (patch)
tree9e6e1c5ac0e36433c083a45126907fddd23e9459
parent4f846cbc5ab3089648d36f2ba03b980cf7e31c0e (diff)
sc: Drop empty reordermap.cxx
Change-Id: I6d3183cf281363538c603d126660064a205cda5b Reviewed-on: https://gerrit.libreoffice.org/66058 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sc/Library_sc.mk1
-rw-r--r--sc/source/core/tool/reordermap.cxx12
2 files changed, 0 insertions, 13 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 82bd3ba17691..3ef18fa8723b 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -275,7 +275,6 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/core/tool/refreshtimer \
sc/source/core/tool/reftokenhelper \
sc/source/core/tool/refupdat \
- sc/source/core/tool/reordermap \
sc/source/core/tool/scmatrix \
sc/source/core/tool/scopetools \
sc/source/core/tool/sharedformula \
diff --git a/sc/source/core/tool/reordermap.cxx b/sc/source/core/tool/reordermap.cxx
deleted file mode 100644
index b4da9aa021ee..000000000000
--- a/sc/source/core/tool/reordermap.cxx
+++ /dev/null
@@ -1,12 +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/.
- */
-
-#include <reordermap.hxx>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */