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 | 942dbe34b9a1400c926a81f88e849d248b58ed55 (patch) | |
tree | 0fe108618106e42e0a25074782c160c393b45ffb /vcl/util | |
parent | c5ddee96afdc3ceb5bcc023b36185122a16b283d (diff) |
#i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 32620d9e966a..ef4f13301ecd 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -73,7 +73,6 @@ HXXDEPNLST= $(INC)$/vcl$/accel.hxx \ $(INC)$/vcl$/fixed.hxx \ $(INC)$/vcl$/floatwin.hxx \ $(INC)$/vcl$/font.hxx \ - $(INC)$/vcl$/fontcvt.hxx \ $(INC)$/vcl$/floatwin.hxx \ $(INC)$/vcl$/graph.hxx \ $(INC)$/vcl$/group.hxx \ |