diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-11-23 18:41:04 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-11-23 18:41:04 +0100 |
commit | abe4496cfce679e999aa59d98649fc37f1dacc02 (patch) | |
tree | 6c7ef16c965276f1ebb1e0a4980ac9351a10d3f1 /forms/source/richtext/richtextengine.cxx | |
parent | 2c3ee5c72d40f9415b52cb0851dd328c254124f6 (diff) |
vcl117: removed obsolete header
Diffstat (limited to 'forms/source/richtext/richtextengine.cxx')
-rw-r--r-- | forms/source/richtext/richtextengine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextengine.cxx b/forms/source/richtext/richtextengine.cxx index 1105f8a51c1c..3b220a2e222a 100644 --- a/forms/source/richtext/richtextengine.cxx +++ b/forms/source/richtext/richtextengine.cxx @@ -38,7 +38,7 @@ #define ITEMID_LANGUAGE EE_CHAR_LANGUAGE #include <editeng/langitem.hxx> #include <vcl/svapp.hxx> -#include <vcl/mapunit.hxx> +#include <tools/mapunit.hxx> #include <vcl/mapmod.hxx> #include <vcl/outdev.hxx> #include <unotools/lingucfg.hxx> |