diff options
author | Andras Timar <atimar@suse.com> | 2012-11-20 22:19:24 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-20 22:19:24 +0100 |
commit | 6c1282c1fa0d1724f88538f75229f1f5a8d177ab (patch) | |
tree | 7c65942ae7b4032cdb7fc880932dbf8dd2a40260 /canvas | |
parent | c75ed68f056342477586ebd4214786f5a440005e (diff) |
fix typo
Change-Id: Ic5c3c2d9cb2ad4186aad7bd16693c972d4a257f3
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_textlayout_drawhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx index 2fe609117bd5..a73cda2e966c 100644 --- a/canvas/source/directx/dx_textlayout_drawhelper.cxx +++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx @@ -39,7 +39,7 @@ #include <canvas/debug.hxx> #include "dx_impltools.hxx" #include <vcl/sysdata.hxx> -#include <i18npool/lanuagetag.hxx> +#include <i18npool/languagetag.hxx> #include "dx_textlayout_drawhelper.hxx" #include "dx_bitmap.hxx" #include "dx_canvasfont.hxx" |