Kaydet (Commit) 1fa272a6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Replace remaining getCppuType et al with cppu::UnoType

Change-Id: Ia569901fd6061d9ccb8a584cac12e1ec59242d33
üst e5b4bda0
...@@ -161,31 +161,31 @@ static const SfxItemPropertyMapEntry* lcl_GetLinguProps() ...@@ -161,31 +161,31 @@ static const SfxItemPropertyMapEntry* lcl_GetLinguProps()
{ OUString(UPN_HYPH_MIN_WORD_LENGTH), WID_HYPH_MIN_WORD_LENGTH, { OUString(UPN_HYPH_MIN_WORD_LENGTH), WID_HYPH_MIN_WORD_LENGTH,
::cppu::UnoType<sal_Int16>::get(), 0, 0 }, ::cppu::UnoType<sal_Int16>::get(), 0, 0 },
{ OUString(UPN_IS_GERMAN_PRE_REFORM), WID_IS_GERMAN_PRE_REFORM, /*! deprecated !*/ { OUString(UPN_IS_GERMAN_PRE_REFORM), WID_IS_GERMAN_PRE_REFORM, /*! deprecated !*/
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_HYPH_AUTO), WID_IS_HYPH_AUTO, { OUString(UPN_IS_HYPH_AUTO), WID_IS_HYPH_AUTO,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_HYPH_SPECIAL), WID_IS_HYPH_SPECIAL, { OUString(UPN_IS_HYPH_SPECIAL), WID_IS_HYPH_SPECIAL,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_IGNORE_CONTROL_CHARACTERS), WID_IS_IGNORE_CONTROL_CHARACTERS, { OUString(UPN_IS_IGNORE_CONTROL_CHARACTERS), WID_IS_IGNORE_CONTROL_CHARACTERS,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_SPELL_AUTO), WID_IS_SPELL_AUTO, { OUString(UPN_IS_SPELL_AUTO), WID_IS_SPELL_AUTO,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_SPELL_CAPITALIZATION), WID_IS_SPELL_CAPITALIZATION, { OUString(UPN_IS_SPELL_CAPITALIZATION), WID_IS_SPELL_CAPITALIZATION,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_SPELL_HIDE), WID_IS_SPELL_HIDE, /*! deprecated !*/ { OUString(UPN_IS_SPELL_HIDE), WID_IS_SPELL_HIDE, /*! deprecated !*/
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_SPELL_IN_ALL_LANGUAGES), WID_IS_SPELL_IN_ALL_LANGUAGES, /*! deprecated !*/ { OUString(UPN_IS_SPELL_IN_ALL_LANGUAGES), WID_IS_SPELL_IN_ALL_LANGUAGES, /*! deprecated !*/
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_SPELL_SPECIAL), WID_IS_SPELL_SPECIAL, { OUString(UPN_IS_SPELL_SPECIAL), WID_IS_SPELL_SPECIAL,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_SPELL_UPPER_CASE), WID_IS_SPELL_UPPER_CASE, { OUString(UPN_IS_SPELL_UPPER_CASE), WID_IS_SPELL_UPPER_CASE,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_SPELL_WITH_DIGITS), WID_IS_SPELL_WITH_DIGITS, { OUString(UPN_IS_SPELL_WITH_DIGITS), WID_IS_SPELL_WITH_DIGITS,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_USE_DICTIONARY_LIST), WID_IS_USE_DICTIONARY_LIST, { OUString(UPN_IS_USE_DICTIONARY_LIST), WID_IS_USE_DICTIONARY_LIST,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(UPN_IS_WRAP_REVERSE), WID_IS_WRAP_REVERSE, { OUString(UPN_IS_WRAP_REVERSE), WID_IS_WRAP_REVERSE,
::getBooleanCppuType(), 0, 0 }, cppu::UnoType<bool>::get(), 0, 0 },
{ OUString(), 0, css::uno::Type(), 0, 0 } { OUString(), 0, css::uno::Type(), 0, 0 }
}; };
return aLinguProps; return aLinguProps;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment