diff options
Diffstat (limited to 'vcl/source/fontsubset/xlat.cxx')
-rw-r--r-- | vcl/source/fontsubset/xlat.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/fontsubset/xlat.cxx b/vcl/source/fontsubset/xlat.cxx index 56b4e2432f9e..3509ada02af1 100644 --- a/vcl/source/fontsubset/xlat.cxx +++ b/vcl/source/fontsubset/xlat.cxx @@ -18,6 +18,7 @@ */ #include "rtl/textcvt.h" +#include "xlat.hxx" #include <tools/debug.hxx> namespace { @@ -138,8 +139,6 @@ void ConverterCache::convertStr( int nSelect, const sal_Unicode* pSrc, sal_uInt1 } // anonymous namespace -#include "xlat.hxx" - namespace vcl { |