Kaydet (Commit) e280ff03 authored tarafından August Sodora's avatar August Sodora

Remove unused parameter

üst 919abbfe
...@@ -62,7 +62,7 @@ SVL_DLLPRIVATE sal_Int32 GetNumControlChars( const rtl::OUString &rTxt ); ...@@ -62,7 +62,7 @@ SVL_DLLPRIVATE sal_Int32 GetNumControlChars( const rtl::OUString &rTxt );
SVL_DLLPUBLIC bool RemoveHyphens( rtl::OUString &rTxt ); SVL_DLLPUBLIC bool RemoveHyphens( rtl::OUString &rTxt );
SVL_DLLPUBLIC bool RemoveControlChars( rtl::OUString &rTxt ); SVL_DLLPUBLIC bool RemoveControlChars( rtl::OUString &rTxt );
SVL_DLLPUBLIC bool ReplaceControlChars( rtl::OUString &rTxt, sal_Char aRplcChar = ' ' ); SVL_DLLPUBLIC bool ReplaceControlChars(rtl::OUString &rTxt);
SVL_DLLPUBLIC String GetThesaurusReplaceText( const String &rText ); SVL_DLLPUBLIC String GetThesaurusReplaceText( const String &rText );
......
...@@ -73,7 +73,7 @@ namespace linguistic ...@@ -73,7 +73,7 @@ namespace linguistic
return true; return true;
} }
bool ReplaceControlChars( rtl::OUString &rTxt, sal_Char /*aRplcChar*/ ) bool ReplaceControlChars(rtl::OUString &rTxt)
{ {
// non breaking field character // non breaking field character
static const sal_Char CH_TXTATR_INWORD = static_cast<sal_Char>(0x02); static const sal_Char CH_TXTATR_INWORD = static_cast<sal_Char>(0x02);
......
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