summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-18 15:05:21 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-18 15:05:21 +0200
commit44d1506facd61c1676c6af97096d350f56b1057a (patch)
treebe92f2e6c1bcd2c7d3623695736cca6b127c7a6f /xmloff/source/text
parentae794c1cf2c010c7a7e6da608214c028c3bfa005 (diff)
#i103496#: move some enums, defines and inlines from vcl to tools to get xmloff free of vcl stuff
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/txtprhdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index cff7eee8d9..a9c4a0dfd3 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -32,7 +32,7 @@
#include "precompiled_xmloff.hxx"
#include <tools/debug.hxx>
#include <rtl/ustrbuf.hxx>
-#include <vcl/vclenum.hxx>
+#include <tools/fontenum.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/style/DropCapFormat.hpp>
#include <com/sun/star/text/FontRelief.hpp>