Kaydet (Commit) a56e1b52 authored tarafından Thomas Lange [tl]'s avatar Thomas Lange [tl]

tl76: #i106815#: Math related changes because of the new OpenSymbol font

üst a05cd16e
...@@ -41,7 +41,7 @@ sal_Unicode ConvertMathPrivateUseAreaToUnicode( sal_Unicode cChar ) ...@@ -41,7 +41,7 @@ sal_Unicode ConvertMathPrivateUseAreaToUnicode( sal_Unicode cChar )
if (IsInPrivateUseArea( cChar )) if (IsInPrivateUseArea( cChar ))
{ {
DBG_ASSERT( 0, "Error: private use area characters should no longer be in use!" ); DBG_ASSERT( 0, "Error: private use area characters should no longer be in use!" );
cRes = ''; // just some character that should easily be notice as odd in the context cRes = (sal_Unicode) '&'; // just some character that should easily be notice as odd in the context
} }
return cRes; return cRes;
} }
......
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