[Libreoffice-commits] core.git: basegfx/Library_basegfx.mk basegfx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 13 19:46:23 UTC 2019


 basegfx/Library_basegfx.mk          |    3 ---
 basegfx/source/range/b1drange.cxx   |   22 ----------------------
 basegfx/source/tuple/b2i64tuple.cxx |   22 ----------------------
 basegfx/source/tuple/b3ituple.cxx   |   22 ----------------------
 4 files changed, 69 deletions(-)

New commits:
commit 5669026f584d2bfc2d8aba93a4a5c24dc79be541
Author:     Takeshi Abe <tabe at fixedpoint.jp>
AuthorDate: Sun Jan 13 23:55:55 2019 +0900
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Jan 13 20:46:01 2019 +0100

    basegfx: Kill empty .cxx
    
    Change-Id: I5bf94400d787bd57396870878d3ae7bd1e36e22d
    Reviewed-on: https://gerrit.libreoffice.org/66263
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index 68a7372c1073..4a89d4995583 100644
--- a/basegfx/Library_basegfx.mk
+++ b/basegfx/Library_basegfx.mk
@@ -58,7 +58,6 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\
     basegfx/source/polygon/b3dpolygontools \
     basegfx/source/polygon/b3dpolypolygon \
     basegfx/source/polygon/b3dpolypolygontools \
-    basegfx/source/range/b1drange \
     basegfx/source/range/b2dpolyrange \
     basegfx/source/range/b2drange \
     basegfx/source/range/b2drangeclipper \
@@ -76,9 +75,7 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\
     basegfx/source/tools/unopolypolygon \
     basegfx/source/tools/zoomtools \
     basegfx/source/tuple/b2dtuple \
-    basegfx/source/tuple/b2i64tuple \
     basegfx/source/tuple/b3dtuple \
-    basegfx/source/tuple/b3ituple \
     basegfx/source/vector/b2dvector \
     basegfx/source/vector/b2ivector \
     basegfx/source/vector/b3dvector \
diff --git a/basegfx/source/range/b1drange.cxx b/basegfx/source/range/b1drange.cxx
deleted file mode 100644
index fbe7a39d9808..000000000000
--- a/basegfx/source/range/b1drange.cxx
+++ /dev/null
@@ -1,22 +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 .
- */
-
-#include <basegfx/range/b1drange.hxx>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basegfx/source/tuple/b2i64tuple.cxx b/basegfx/source/tuple/b2i64tuple.cxx
deleted file mode 100644
index ba316ff916f9..000000000000
--- a/basegfx/source/tuple/b2i64tuple.cxx
+++ /dev/null
@@ -1,22 +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 .
- */
-
-#include <basegfx/tuple/b2i64tuple.hxx>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basegfx/source/tuple/b3ituple.cxx b/basegfx/source/tuple/b3ituple.cxx
deleted file mode 100644
index fef2359c7c9d..000000000000
--- a/basegfx/source/tuple/b3ituple.cxx
+++ /dev/null
@@ -1,22 +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 .
- */
-
-#include <basegfx/tuple/b3ituple.hxx>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list