summaryrefslogtreecommitdiff
path: root/oox/util
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-04-14 17:31:33 +0200
committerDaniel Rentz <dr@openoffice.org>2010-04-14 17:31:33 +0200
commit319c08647f115aaba7f5633376531cbfb4746b2f (patch)
treeab588184dfebf4be0f369015c5c1434277f476f2 /oox/util
parent62895872c7f5635b890d150dc6c2d8d4c58917e9 (diff)
npower13_objectmodules: make vba import available in oox filters
Diffstat (limited to 'oox/util')
-rw-r--r--oox/util/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/util/makefile.mk b/oox/util/makefile.mk
index 3d3aba15dd2e..8bbf8a3650f2 100644
--- a/oox/util/makefile.mk
+++ b/oox/util/makefile.mk
@@ -68,7 +68,8 @@ SHL1STDLIBS= \
$(RTLLIB) \
$(SALLIB) \
$(BASEGFXLIB) \
- $(SAXLIB)
+ $(SAXLIB) \
+ $(XMLSCRIPTLIB)
# link openssl, copied this bit from ucb/source/ucp/webdav/makefile.mk
.IF "$(GUI)"=="WNT"