summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-19 13:22:39 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-19 13:22:39 +0200
commit0986a31fb3dfd116d9afe87de9a6ef0d1ebccaba (patch)
tree1eef2a13d7b20dd9b735afce5f09604e3671ce5c /xmloff
parent2e0fdd05a782d1c6345d483c52a9a4e8717f4b93 (diff)
#i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/pch/precompiled_xmloff.hxx2
-rw-r--r--xmloff/source/core/xmlimp.cxx2
-rw-r--r--xmloff/util/makefile.mk3
3 files changed, 2 insertions, 5 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"
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index b6958c3202bf..d69638a6f030 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -69,7 +69,7 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/documentconstants.hxx>
#include <comphelper/storagehelper.hxx>
-#include <vcl/fontcvt.hxx>
+#include <unotools/fontcvt.hxx>
#include <com/sun/star/rdf/XMetadatable.hpp>
#include <com/sun/star/rdf/XRepositorySupplier.hpp>
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) \