diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-26 13:37:22 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-26 13:37:22 +0100 |
commit | 2bc737661a2c673bd7adfba299ceee02fcab627b (patch) | |
tree | abca656061a2f944c7df1abc9563aca5f2d54efe /sw/Library_vbaswobj.mk | |
parent | 762f9b32dd3e731fd7f61933d6597c7c9d957fe4 (diff) |
gnumake2: sorting all lists in makefiles
Diffstat (limited to 'sw/Library_vbaswobj.mk')
-rw-r--r-- | sw/Library_vbaswobj.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index 669934d80471..44bbfa8a0c6f 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -55,6 +55,7 @@ $(eval $(call gb_Library_add_linked_libs,vbaswobj,\ sal \ sb \ sfx \ + stl \ svl \ svt \ svx \ @@ -65,7 +66,6 @@ $(eval $(call gb_Library_add_linked_libs,vbaswobj,\ utl \ vbahelper \ vcl \ - stl \ )) $(eval $(call gb_Library_add_exception_objects,vbaswobj,\ |