summaryrefslogtreecommitdiff
path: root/filter/Library_xmlfd.mk
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2013-12-23 16:40:03 +0200
committerDavid Tardon <dtardon@redhat.com>2013-12-29 07:17:04 +0000
commitbd1461e69330a5265dc8cb395cf1b554d31c4bea (patch)
tree8f75bb952bacb3dd96f00a1360ef6104c16e0835 /filter/Library_xmlfd.mk
parent7a4b8676a283d629d952ceb5c59327827838124d (diff)
Detect UTF-16 encoded XML files
This code doesn't support leading blank characters, since it's invalid, and the filter doesn't handle it anyway. Change-Id: I494e9f85351539d27577dc7df8be420c0c66570e Reviewed-on: https://gerrit.libreoffice.org/7204 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'filter/Library_xmlfd.mk')
-rw-r--r--filter/Library_xmlfd.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/Library_xmlfd.mk b/filter/Library_xmlfd.mk
index 39f10c2ccded..b55f06ace261 100644
--- a/filter/Library_xmlfd.mk
+++ b/filter/Library_xmlfd.mk
@@ -28,6 +28,8 @@ $(eval $(call gb_Library_use_libraries,xmlfd,\
cppuhelper \
cppu \
sal \
+ utl \
+ tl \
$(gb_UWINAPI) \
))