Revert "This patch resolve the issue 2838 of OOo."
This reverts commit f6cc5097f616e106b8a08ddfa445c38027a4411d. The related commit in the 'components' repo (for cui module) is reverted. I'm reverting this one just to be in sync....
This commit is contained in:
parent
0b956daac8
commit
329dbc0f59
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ static TransliterationWrapper& GetIgnoreTranslWrapper()
|
|||
{
|
||||
static int bIsInit = 0;
|
||||
static TransliterationWrapper aWrp( GetProcessFact(),
|
||||
::com::sun::star::i18n::TransliterationModules_IGNORE_CASE |
|
||||
::com::sun::star::i18n::TransliterationModules_IGNORE_KANA |
|
||||
::com::sun::star::i18n::TransliterationModules_IGNORE_WIDTH );
|
||||
if( !bIsInit )
|
||||
|
|
Loading…
Reference in a new issue