diff options
author | Thomas Lange <tl@openoffice.org> | 2009-10-19 08:08:21 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-10-19 08:08:21 +0000 |
commit | 4726cacc24846b63e1177c7ab4dff4ae5b1c4291 (patch) | |
tree | e38b44a77c13db8f94c9a6b60dc1d9e79691612c /framework/util | |
parent | a49dd6e1a4ff5e931c0e062958829442d864db72 (diff) |
#106019# 'reset languages' menu entry
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 60a44dba706f..a508f5d29a92 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -119,6 +119,8 @@ SHL1STDLIBS= \ $(UNOTOOLSLIB) \ $(CPPUHELPERLIB) \ $(TOOLSLIB) \ + $(SVTOOLLIB) \ + $(I18NISOLANGLIB) \ $(VOSLIB) \ $(VCLLIB) \ $(TKLIB) \ @@ -210,7 +212,6 @@ SHL3STDLIBS= \ $(SVTOOLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ - $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ |