diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-09-22 14:38:45 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-09-22 22:37:54 +0200 |
commit | 84d20cdc64035af829c568dc7f5b9af625b5b54b (patch) | |
tree | b5570e5aea7bc0d9e79de8ca1a52e31f4cfe56a8 /vcl/Library_vcl.mk | |
parent | 9613165239ade3f0b4d3d06e238430aabc9fcff3 (diff) |
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 <glogow@fbihome.de>
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 3570b4091d7d..ac63bb3606b7 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -117,6 +117,8 @@ endif $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/animate/Animation \ vcl/source/animate/AnimationBitmap \ + vcl/source/cnttype/mcnttfactory \ + vcl/source/cnttype/mcnttype \ vcl/source/printer/QueueInfo \ vcl/source/window/errinf \ vcl/source/window/settings \ |