[Libreoffice-commits] core.git: sc/Library_sc.mk sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 10 06:12:13 UTC 2019


 sc/Library_sc.mk                   |    1 -
 sc/source/core/tool/reordermap.cxx |   12 ------------
 2 files changed, 13 deletions(-)

New commits:
commit 4bec85e56141e0b2726e3fa244ea252486c1fa46
Author:     Takeshi Abe <tabe at fixedpoint.jp>
AuthorDate: Thu Jan 10 10:30:11 2019 +0900
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jan 10 07:11:50 2019 +0100

    sc: Drop empty reordermap.cxx
    
    Change-Id: I6d3183cf281363538c603d126660064a205cda5b
    Reviewed-on: https://gerrit.libreoffice.org/66058
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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: */


More information about the Libreoffice-commits mailing list