From fa22a60e71da5c43b53c5c94f65903ce05d8c9e8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Oct 2015 15:55:50 +0200 Subject: com::sun::star->css in include/i18nlangtag,i18nutil Change-Id: I847a5729911474e8dd72e28aea53969f7037ce9b Reviewed-on: https://gerrit.libreoffice.org/19526 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/i18nutil/casefolding.hxx | 6 +++--- include/i18nutil/paper.hxx | 2 +- include/i18nutil/unicode.hxx | 4 ++-- include/i18nutil/widthfolding.hxx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'include/i18nutil') diff --git a/include/i18nutil/casefolding.hxx b/include/i18nutil/casefolding.hxx index a63a15058f6a..091a7109f1f9 100644 --- a/include/i18nutil/casefolding.hxx +++ b/include/i18nutil/casefolding.hxx @@ -70,9 +70,9 @@ struct MappingElement class I18NUTIL_DLLPUBLIC casefolding { public: - static Mapping& getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, com::sun::star::lang::Locale& aLocale, sal_uInt8 nMappingType) throw (com::sun::star::uno::RuntimeException); - static Mapping& getConditionalValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, com::sun::star::lang::Locale& aLocale, sal_uInt8 nMappingType) throw (com::sun::star::uno::RuntimeException); - static sal_Unicode getNextChar(const sal_Unicode *str, sal_Int32& idx, sal_Int32 len, MappingElement& e, com::sun::star::lang::Locale& aLocale,sal_uInt8 nMappingtype, TransliterationModules moduleLoaded) throw (com::sun::star::uno::RuntimeException); + static Mapping& getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, css::lang::Locale& aLocale, sal_uInt8 nMappingType) throw (css::uno::RuntimeException); + static Mapping& getConditionalValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, css::lang::Locale& aLocale, sal_uInt8 nMappingType) throw (css::uno::RuntimeException); + static sal_Unicode getNextChar(const sal_Unicode *str, sal_Int32& idx, sal_Int32 len, MappingElement& e, css::lang::Locale& aLocale,sal_uInt8 nMappingtype, TransliterationModules moduleLoaded) throw (css::uno::RuntimeException); }; diff --git a/include/i18nutil/paper.hxx b/include/i18nutil/paper.hxx index 6aee51faa80b..55a3daa96e9d 100644 --- a/include/i18nutil/paper.hxx +++ b/include/i18nutil/paper.hxx @@ -135,7 +135,7 @@ public: bool doSloppyFit(); static PaperInfo getSystemDefaultPaper(); - static PaperInfo getDefaultPaperForLocale(const ::com::sun::star::lang::Locale & rLocale); + static PaperInfo getDefaultPaperForLocale(const css::lang::Locale & rLocale); static Paper fromPSName(const OString &rName); static OString toPSName(Paper eType); diff --git a/include/i18nutil/unicode.hxx b/include/i18nutil/unicode.hxx index 051da5bd9188..ef720d03a8b8 100644 --- a/include/i18nutil/unicode.hxx +++ b/include/i18nutil/unicode.hxx @@ -39,8 +39,8 @@ public: static sal_Int16 SAL_CALL getUnicodeType( const sal_Unicode ch ); static sal_Int16 SAL_CALL getUnicodeScriptType( const sal_Unicode ch, const ScriptTypeList *typeList = NULL, sal_Int16 unknownType = 0 ); - static sal_Unicode SAL_CALL getUnicodeScriptStart(com::sun::star::i18n::UnicodeScript type); - static sal_Unicode SAL_CALL getUnicodeScriptEnd(com::sun::star::i18n::UnicodeScript type); + static sal_Unicode SAL_CALL getUnicodeScriptStart(css::i18n::UnicodeScript type); + static sal_Unicode SAL_CALL getUnicodeScriptEnd(css::i18n::UnicodeScript type); static sal_uInt8 SAL_CALL getUnicodeDirection( const sal_Unicode ch ); static bool SAL_CALL isControl( const sal_Unicode ch); static bool SAL_CALL isAlpha( const sal_Unicode ch); diff --git a/include/i18nutil/widthfolding.hxx b/include/i18nutil/widthfolding.hxx index 4987ffddd233..8128f651b06b 100644 --- a/include/i18nutil/widthfolding.hxx +++ b/include/i18nutil/widthfolding.hxx @@ -40,9 +40,9 @@ public: static oneToOneMapping& getfullKana2halfKanaTable(); static oneToOneMapping& gethalfKana2fullKanaTable(); - static OUString decompose_ja_voiced_sound_marks(const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset, bool useOffset); + static OUString decompose_ja_voiced_sound_marks(const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, css::uno::Sequence< sal_Int32 >& offset, bool useOffset); static sal_Unicode decompose_ja_voiced_sound_marksChar2Char (sal_Unicode inChar); - static OUString compose_ja_voiced_sound_marks(const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset, bool useOffset, sal_Int32 nFlags = 0 ); + static OUString compose_ja_voiced_sound_marks(const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, css::uno::Sequence< sal_Int32 >& offset, bool useOffset, sal_Int32 nFlags = 0 ); static sal_Unicode getCompositionChar(sal_Unicode c1, sal_Unicode c2); }; -- cgit v1.2.3