summaryrefslogtreecommitdiff
path: root/oox
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
commit01d0eccb74f2498543427203097fae372bdd8da6 (patch)
tree4cf4df2590a0c4cbc2b7b28b69b3d36038972c4a /oox
parent23d6353746c523a89d1168e813f92157bed715c2 (diff)
#i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/drawingml.cxx2
-rw-r--r--oox/source/export/shapes.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 406e9edab528..011a96d7a0ca 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -60,7 +60,7 @@
#include <tools/stream.hxx>
#include <tools/string.hxx>
#include <vcl/cvtgrf.hxx>
-#include <vcl/fontcvt.hxx>
+#include <unotools/fontcvt.hxx>
#include <vcl/graph.hxx>
#include <goodies/grfmgr.hxx>
#include <rtl/strbuf.hxx>
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 2d9a0e3a2e5b..00db2500fd06 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -62,7 +62,7 @@
#include <tools/stream.hxx>
#include <tools/string.hxx>
#include <vcl/cvtgrf.hxx>
-#include <vcl/fontcvt.hxx>
+#include <unotools/fontcvt.hxx>
#include <vcl/graph.hxx>
#include <vcl/outdev.hxx>
#include <goodies/grfmgr.hxx>