summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-26 13:37:22 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-26 13:37:22 +0100
commit2bc737661a2c673bd7adfba299ceee02fcab627b (patch)
treeabca656061a2f944c7df1abc9563aca5f2d54efe /sw/Library_msword.mk
parent762f9b32dd3e731fd7f61933d6597c7c9d957fe4 (diff)
gnumake2: sorting all lists in makefiles
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r--sw/Library_msword.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index eb891976fcc2..5aebe867f806 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -48,11 +48,14 @@ $(eval $(call gb_Library_set_defs,msword,\
$(eval $(call gb_Library_add_linked_libs,msword,\
basegfx \
comphelper \
+ cppu \
+ cppuhelper \
+ editeng \
i18nisolang1 \
i18nutil \
icuuc \
- editeng \
msfilter \
+ sal \
sfx \
sot \
stl \
@@ -65,9 +68,6 @@ $(eval $(call gb_Library_add_linked_libs,msword,\
tk \
tl \
ucbhelper \
- cppu \
- cppuhelper \
- sal \
utl \
vcl \
))