diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-07 11:41:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-07 11:41:47 +0200 |
commit | 3e8e896c03f88d9855fdcccab9ce6f3cae4ba603 (patch) | |
tree | bb7c7a51d3b1c646240dd9ef3db91c90bc4a7423 /oox | |
parent | 7fd4640469ce0cc3211a38393c7f25bd2deecd87 (diff) |
Need the sfx library for sfx2::isValidNCName()
Diffstat (limited to 'oox')
-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 47fdf90d1fc2..aaf7aa7fa5b6 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -65,6 +65,7 @@ $(eval $(call gb_Library_add_linked_libs,oox,\ msfilter \ sal \ sax \ + sfx \ svl \ svt \ svxcore \ |