diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-22 15:46:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-22 15:46:15 +0300 |
commit | 4f3e9f30a0a05a18d39161fda5f271f9b6f2a029 (patch) | |
tree | d59bbfbfe5a991cdec071ee828370e7ace6b8858 /bean | |
parent | 8a915ad95fcc1e21f57c7a397fb12a96abc799e6 (diff) |
Always link with user32
Diffstat (limited to 'bean')
-rw-r--r-- | bean/Library_officebean.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bean/Library_officebean.mk b/bean/Library_officebean.mk index 7eb4f6661a87..bcc1ae64675c 100644 --- a/bean/Library_officebean.mk +++ b/bean/Library_officebean.mk @@ -46,7 +46,6 @@ endif ifeq ($(GUI),WNT) $(eval $(call gb_Library_add_linked_libs,officebean,\ - user32 \ jawt \ )) |