diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:33 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:11 +0100 |
commit | a1cfce768f83842defd8068a8eba5ed3eaeea255 (patch) | |
tree | 1b65d3f9e3496e10a9b5a1f4b4c9c89cc9250be1 /forms | |
parent | 571ad11bc091871e8f71cda20c4aa56786f43837 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/richtext/richtextunowrapper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/forms/source/richtext/richtextunowrapper.cxx b/forms/source/richtext/richtextunowrapper.cxx index 67d65cc5a715..5b078448efc6 100644 --- a/forms/source/richtext/richtextunowrapper.cxx +++ b/forms/source/richtext/richtextunowrapper.cxx @@ -29,6 +29,7 @@ #include "richtextunowrapper.hxx" /** === begin UNO includes === **/ +#include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/container/XNameContainer.hpp> /** === end UNO includes === **/ #include <editeng/unofored.hxx> |