From 84d20cdc64035af829c568dc7f5b9af625b5b54b Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Tue, 22 Sep 2020 14:38:45 +0200 Subject: Move MimeContentTypeFactory into vcl The code is just used in vcl from LO's POV. This way we can drop the dtrans directory and get rid of yet an other library. Change-Id: Id77568e63a6fef4af30b49e035a9d76211b127a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103210 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- dtrans/Module_dtrans.mk | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dtrans/Module_dtrans.mk (limited to 'dtrans/Module_dtrans.mk') diff --git a/dtrans/Module_dtrans.mk b/dtrans/Module_dtrans.mk deleted file mode 100644 index f583c41e88bb..000000000000 --- a/dtrans/Module_dtrans.mk +++ /dev/null @@ -1,26 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# 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 . -# - -$(eval $(call gb_Module_Module,dtrans)) - -$(eval $(call gb_Module_add_targets,dtrans,\ - Library_mcnttype \ -)) - -# vim: set noet sw=4 ts=4: -- cgit