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 | defa0dec1ddc1e1f35c9dbd89c63f32e496c4972 (patch) | |
tree | dab95dac10eb43028d9e22533e7933df06ede08c /forms/source/richtext/richtextengine.cxx | |
parent | e19d41454b12b5ae342a79d407774cae9c3e3632 (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 63b16f943..8659c24a5 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> |