summaryrefslogtreecommitdiff
path: root/sax/Library_expwrap.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2016-02-06 18:38:32 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2016-02-06 18:41:33 +0100
commit8998768a34751d35403678a81464a26835b2230e (patch)
tree5f2973f81a5c856921b99d144972d9f1baeeb6f8 /sax/Library_expwrap.mk
parent225e2a3cec2546d5d41fec21a4219c9a2f5ddf76 (diff)
sax: Use comphelper's AttributeList
Change-Id: I6eb0115dba8797025a513cf1e6cfbfbe0b6f7e50
Diffstat (limited to 'sax/Library_expwrap.mk')
-rw-r--r--sax/Library_expwrap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk
index 0c44d308c51c..e8e049ab1efd 100644
--- a/sax/Library_expwrap.mk
+++ b/sax/Library_expwrap.mk
@@ -30,6 +30,7 @@ $(eval $(call gb_Library_use_externals,expwrap,\
))
$(eval $(call gb_Library_use_libraries,expwrap,\
+ comphelper \
cppu \
cppuhelper \
sal \
@@ -39,7 +40,6 @@ $(eval $(call gb_Library_use_libraries,expwrap,\
))
$(eval $(call gb_Library_add_exception_objects,expwrap,\
- sax/source/expatwrap/attrlistimpl \
sax/source/expatwrap/sax_expat \
sax/source/expatwrap/saxwriter \
sax/source/expatwrap/xml2utf \