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/inc | |
parent | 2e0fdd05a782d1c6345d483c52a9a4e8717f4b93 (diff) |
#i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/pch/precompiled_xmloff.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/pch/precompiled_xmloff.hxx b/xmloff/inc/pch/precompiled_xmloff.hxx index 677b30bde2ef..06c27d0a7103 100644 --- a/xmloff/inc/pch/precompiled_xmloff.hxx +++ b/xmloff/inc/pch/precompiled_xmloff.hxx @@ -470,7 +470,7 @@ #include "unotools/streamwrap.hxx" #include "tools/fldunit.hxx" -#include "vcl/fontcvt.hxx" +#include "unotools/fontcvt.hxx" #include "tools/mapunit.hxx" #include "vos/mutex.hxx" |