Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 651702
Collapse All | Expand All

(-)a/forms/source/xforms/datatypes.hxx (+2 lines)
Lines 36-41 Link Here
36
36
37
#include <memory>
37
#include <memory>
38
38
39
using icu::RegexMatcher;
40
39
41
40
namespace xforms
42
namespace xforms
41
{
43
{
(-)a/i18npool/inc/collator_unicode.hxx (+2 lines)
Lines 26-31 Link Here
26
26
27
#include <unicode/tblcoll.h>
27
#include <unicode/tblcoll.h>
28
28
29
using icu::RuleBasedCollator;
30
29
//      ----------------------------------------------------
31
//      ----------------------------------------------------
30
//      class Collator_Unicode
32
//      class Collator_Unicode
31
//      ----------------------------------------------------
33
//      ----------------------------------------------------
(-)a/i18npool/source/breakiterator/breakiterator_unicode.cxx (+3 lines)
Lines 30-35 Link Here
30
#include <rtl/ustring.hxx>
30
#include <rtl/ustring.hxx>
31
#include <string.h>
31
#include <string.h>
32
32
33
using icu::BreakIterator;
34
using icu::RuleBasedBreakIterator;
35
33
U_CDECL_BEGIN
36
U_CDECL_BEGIN
34
extern const char OpenOffice_dat[];
37
extern const char OpenOffice_dat[];
35
U_CDECL_END
38
U_CDECL_END
(-)a/i18npool/source/collator/collator_unicode.cxx (+2 lines)
Lines 29-34 Link Here
29
#include <com/sun/star/i18n/CollatorOptions.hpp>
29
#include <com/sun/star/i18n/CollatorOptions.hpp>
30
#include <cppuhelper/supportsservice.hxx>
30
#include <cppuhelper/supportsservice.hxx>
31
31
32
using icu::Collator;
33
32
using namespace ::com::sun::star;
34
using namespace ::com::sun::star;
33
using namespace ::com::sun::star::i18n;
35
using namespace ::com::sun::star::i18n;
34
using namespace ::com::sun::star::lang;
36
using namespace ::com::sun::star::lang;
(-)a/i18npool/source/collator/gencoll_rule.cxx (+2 lines)
Lines 31-36 Link Here
31
31
32
#include <unicode/tblcoll.h>
32
#include <unicode/tblcoll.h>
33
33
34
using icu::RuleBasedCollator;
35
34
/* Main Procedure */
36
/* Main Procedure */
35
37
36
void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len)
38
void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len)
(-)a/i18npool/source/ordinalsuffix/ordinalsuffix.cxx (+2 lines)
Lines 29-34 Link Here
29
#include <unicode/normlzr.h>
29
#include <unicode/normlzr.h>
30
#include <memory>
30
#include <memory>
31
31
32
using icu::NumberFormat;
33
32
using namespace ::com::sun::star::i18n;
34
using namespace ::com::sun::star::i18n;
33
using namespace ::com::sun::star::uno;
35
using namespace ::com::sun::star::uno;
34
using namespace ::com::sun::star;
36
using namespace ::com::sun::star;
(-)a/i18npool/source/transliteration/ignoreDiacritics_CTL.cxx (+2 lines)
Lines 12-17 Link Here
12
#include <unicode/translit.h>
12
#include <unicode/translit.h>
13
#include <unicode/uchar.h>
13
#include <unicode/uchar.h>
14
14
15
using icu::UnicodeString;
16
15
namespace i18npool {
17
namespace i18npool {
16
18
17
ignoreDiacritics_CTL::ignoreDiacritics_CTL()
19
ignoreDiacritics_CTL::ignoreDiacritics_CTL()
(-)a/i18nutil/source/utility/unicode.cxx (+3 lines)
Lines 34-39 Link Here
34
// which (obviously) breaks UnicodeType::CURRENCY_SYMBOL
34
// which (obviously) breaks UnicodeType::CURRENCY_SYMBOL
35
#undef CURRENCY_SYMBOL
35
#undef CURRENCY_SYMBOL
36
36
37
using icu::NumberFormat;
38
using icu::UnicodeString;
39
37
using namespace ::com::sun::star::i18n;
40
using namespace ::com::sun::star::i18n;
38
41
39
template<class L, typename T>
42
template<class L, typename T>
(-)a/lotuswordpro/source/filter/localtime.cxx (+2 lines)
Lines 57-62 Link Here
57
#include <limits.h>
57
#include <limits.h>
58
#include <unicode/timezone.h>
58
#include <unicode/timezone.h>
59
59
60
using icu::TimeZone;
61
60
const long DAY_SEC =24 * 60 * 60;
62
const long DAY_SEC =24 * 60 * 60;
61
const long YEAR_SEC = 365 * DAY_SEC;
63
const long YEAR_SEC = 365 * DAY_SEC;
62
const long FOURYEAR_SEC = 4 * YEAR_SEC + DAY_SEC;
64
const long FOURYEAR_SEC = 4 * YEAR_SEC + DAY_SEC;
(-)a/opencl/source/openclconfig.cxx (+2 lines)
Lines 17-22 Link Here
17
#include <sal/log.hxx>
17
#include <sal/log.hxx>
18
#include <sal/types.h>
18
#include <sal/types.h>
19
19
20
using icu::RegexMatcher;
21
20
OpenCLConfig::OpenCLConfig() :
22
OpenCLConfig::OpenCLConfig() :
21
    mbUseOpenCL(true)
23
    mbUseOpenCL(true)
22
{
24
{
(-)a/vcl/inc/scrptrun.h (+2 lines)
Lines 45-50 Link Here
45
#include <unicode/uscript.h>
45
#include <unicode/uscript.h>
46
#include <vector>
46
#include <vector>
47
47
48
using icu::UObject;
49
48
namespace vcl {
50
namespace vcl {
49
51
50
struct ParenStackEntry
52
struct ParenStackEntry

Return to bug 651702