diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-08-09 11:35:18 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-08-09 11:35:18 +0200 |
commit | f343838dbbae63d6040706c078e96efc4a50661a (patch) | |
tree | e3de63986f32be9195ea9159e22de8d0fceda52e /lingucomponent/source/hyphenator | |
parent | adb0c9fe06f0a9b8c871df5e45303c6414106107 (diff) |
cws tl82: #i113293# sspellimp.cxx fixed
Diffstat (limited to 'lingucomponent/source/hyphenator')
-rwxr-xr-x | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index 43c22d0b84a4..730b350b31aa 100755 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -46,8 +46,8 @@ #include <linguistic/hyphdta.hxx> #include <rtl/ustring.hxx> - #include <rtl/ustrbuf.hxx> +#include <rtl/textenc.h> #include <linguistic/lngprops.hxx> #include <unotools/pathoptions.hxx> |