[Libreoffice-commits] core.git: sfx2/Library_sfx.mk sfx2/source

Noel Grandin noel.grandin at collabora.co.uk
Wed Sep 6 18:20:12 UTC 2017


 sfx2/Library_sfx.mk               |    1 -
 sfx2/source/bastyp/dummytypes.cxx |   16 ----------------
 2 files changed, 17 deletions(-)

New commits:
commit a71b454eabb18c3aeb672e0b57650aadbb7c40a0
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Wed Sep 6 16:49:51 2017 +0200

    remove unused dummytypes.cxx
    
    after commit 0c1532c62bc489e5e811a641919492316bcbe8e3
    "removed unused type for avmedia dummytypes"
    
    Change-Id: I6148bdc60d3b681bc4ab8f3775e0b55e0a92d67d
    Reviewed-on: https://gerrit.libreoffice.org/42010
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index c0913939f31e..0d9dc14113c3 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -122,7 +122,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
     sfx2/source/appl/workwin \
     sfx2/source/appl/xpackcreator \
     sfx2/source/bastyp/bitset \
-    sfx2/source/bastyp/dummytypes \
     sfx2/source/bastyp/fltfnc \
     sfx2/source/bastyp/fltlst \
     sfx2/source/bastyp/frmhtml \
diff --git a/sfx2/source/bastyp/dummytypes.cxx b/sfx2/source/bastyp/dummytypes.cxx
deleted file mode 100644
index 183a0ab4d811..000000000000
--- a/sfx2/source/bastyp/dummytypes.cxx
+++ /dev/null
@@ -1,16 +0,0 @@
-// -*- Mode: ObjC; 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 <config_features.h>
-
-#include <avmedia/mediaitem.hxx>
-
-#if !HAVE_FEATURE_AVMEDIA
-#endif
-
-// vim:set shiftwidth=4 softtabstop=4 expandtab:


More information about the Libreoffice-commits mailing list