Kaydet (Commit) 6629d1a1 authored tarafından Noel Grandin's avatar Noel Grandin

convert linguistic/source/hhconvdic.hxx from String to OUString

Change-Id: I6ab2fd0d66410f8e10ec4228d7261358c1d0afe2
üst 97607596
...@@ -84,7 +84,7 @@ sal_Bool TextIsAllScriptType( const OUString &rTxt, sal_Int16 nScriptType ) ...@@ -84,7 +84,7 @@ sal_Bool TextIsAllScriptType( const OUString &rTxt, sal_Int16 nScriptType )
HHConvDic::HHConvDic( const String &rName, const String &rMainURL ) : HHConvDic::HHConvDic( const OUString &rName, const OUString &rMainURL ) :
ConvDic( rName, LANGUAGE_KOREAN, ConversionDictionaryType::HANGUL_HANJA, sal_True, rMainURL ) ConvDic( rName, LANGUAGE_KOREAN, ConversionDictionaryType::HANGUL_HANJA, sal_True, rMainURL )
{ {
} }
......
...@@ -40,7 +40,7 @@ class HHConvDic : ...@@ -40,7 +40,7 @@ class HHConvDic :
HHConvDic & operator = (const HHConvDic &); HHConvDic & operator = (const HHConvDic &);
public: public:
HHConvDic( const String &rName, const String &rMainURL ); HHConvDic( const OUString &rName, const OUString &rMainURL );
virtual ~HHConvDic(); virtual ~HHConvDic();
// XConversionDictionary // XConversionDictionary
......
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