diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-02 19:20:59 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-02 19:32:28 -0500 |
commit | 532b2f48185c9ee3f389f1a3fbdfffcf113c15c0 (patch) | |
tree | 896dc46717b963601188efd001830c7a130e0249 /oox/Library_oox.mk | |
parent | 2130fd9d610bf12b09fe29bafd46a673b21e064d (diff) |
Add a means to check if a namespace exists.
Useful when we just need to check if the stream has a certain namespace
defined. Calling getNamespaceURL() may throw SAXException in such case.
Change-Id: Ib2b7b202492390158270d87bab95d1793c9d8a70
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r-- | oox/Library_oox.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index b7e763c6f575..0a4fc04e0360 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -40,6 +40,7 @@ $(eval $(call gb_Library_use_libraries,oox,\ cppuhelper \ editeng \ drawinglayer \ + fastsax \ msfilter \ sal \ i18nlangtag \ |