diff options
author | Andras Timar <atimar@suse.com> | 2011-05-31 16:43:02 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-05-31 21:23:43 +0200 |
commit | 53bf10408dc5c90f99905bad9e36d46196d478e3 (patch) | |
tree | bf6717414576e8bc2d84daa7c7805b009f3b70ba /l10ntools/inc | |
parent | 99dd0380012e76ff2c871425d7c58c2e64b8973f (diff) |
remove unused l10ntools
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/utf8conv.hxx | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/l10ntools/inc/utf8conv.hxx b/l10ntools/inc/utf8conv.hxx deleted file mode 100644 index 3da214a03c6f..000000000000 --- a/l10ntools/inc/utf8conv.hxx +++ /dev/null @@ -1,47 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -// global includes -#include <rtl/textcvt.h> -#include <tools/string.hxx> - -// -// class UTF8Converter -// - -class UTF8Converter -{ -private: - static void Convert( ByteString &rBuffer, rtl_TextEncoding nSourceENC, rtl_TextEncoding nDestENC ); - -public: - static ByteString ConvertToUTF8( const ByteString &rASCII, rtl_TextEncoding nEncoding ); - static ByteString ConvertFromUTF8( const ByteString &rUTF8, rtl_TextEncoding nEncoding ); -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |