summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/Library_sfx.mk1
-rw-r--r--sfx2/source/bastyp/dummytypes.cxx16
2 files changed, 0 insertions, 17 deletions
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: