diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-19 13:22:39 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-19 13:22:39 +0200 |
commit | 0986a31fb3dfd116d9afe87de9a6ef0d1ebccaba (patch) | |
tree | 1eef2a13d7b20dd9b735afce5f09604e3671ce5c /xmloff/util | |
parent | 2e0fdd05a782d1c6345d483c52a9a4e8717f4b93 (diff) |
#i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free
Diffstat (limited to 'xmloff/util')
-rw-r--r-- | xmloff/util/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk index 31852e15175a..bc93c1d4297c 100644 --- a/xmloff/util/makefile.mk +++ b/xmloff/util/makefile.mk @@ -71,15 +71,12 @@ SHL1IMPLIB= _ixo SHL1USE_EXPORTS=name SHL1STDLIBS= \ - $(SVTOOLLIB) \ $(TOOLSLIB) \ $(I18NISOLANGLIB) \ $(VOSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB)\ $(COMPHELPERLIB)\ - $(VCLLIB) \ - $(TKLIB) \ $(SVLLIB) \ $(SALLIB) \ $(UNOTOOLSLIB) \ |