vcl/source/fontsubset/xlat.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit eff1d991de77700505ce18dfaaa3e01d76551ffd Author: Chris Laplante <mostthings...@gmail.com> Date: Fri May 16 15:05:42 2014 -0400 Move #include from middle of file to top Change-Id: I715f606ee0f94e9ffd3ef9ec889948a56a9cdc19 Reviewed-on: https://gerrit.libreoffice.org/9381 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/fontsubset/xlat.cxx b/vcl/source/fontsubset/xlat.cxx index 56b4e24..3509ada 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 {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits