diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/sallayout.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index cffa4cd8ecbe..cd27a2cb8a0c 100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -38,9 +38,6 @@ #include <vcl/svapp.hxx> -#include <unicode/ubidi.h> -#include <unicode/uchar.h> - #include <algorithm> #include <memory> @@ -51,12 +48,6 @@ #define GF_FONTSHIFT 28 -sal_UCS4 GetMirroredChar( sal_UCS4 nChar ) -{ - nChar = u_charMirror( nChar ); - return nChar; -} - sal_UCS4 GetLocalizedChar( sal_UCS4 nChar, LanguageType eLang ) { // currently only conversion from ASCII digits is interesting |