summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorpanoskorovesis <panoskorovesis@outlook.com>2021-07-14 12:21:34 +0300
committerpanoskorovesis <panoskorovesis@outlook.com>2021-07-14 12:21:34 +0300
commit3aba4bdeb00f1c39d8131e8cee2634e5387a10f7 (patch)
tree95410479ce1a34215c726a2be0f9d8fea73d3927 /vcl/Library_vcl.mk
parenta7b81d6a0377d4315c5fe9db425e4de59613ab4c (diff)
Create SvmWriter Class
This is the initial form of the SvmWriter Class. It's job will be to separate MetaFile write functionality from metaact.hxx Change-Id: I59f437850d355ccd1f64a6bd5decd2c52e354d81
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index d3f1adcd9b37..483c51980fe8 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -455,6 +455,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/filter/jpeg/JpegWriter \
vcl/source/filter/jpeg/JpegTransform \
vcl/source/filter/svm/SvmReader \
+ vcl/source/filter/svm/SvmWriter \
vcl/source/filter/wmf/emfwr \
vcl/source/filter/wmf/wmf \
vcl/source/filter/wmf/wmfexternal \