summaryrefslogtreecommitdiff
path: root/sc/source/core
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 /sc/source/core
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>
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/tool/reordermap.cxx12
1 files changed, 0 insertions, 12 deletions
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: */