diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2009-11-13 09:29:22 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2009-11-13 09:29:22 +0100 |
commit | a56e1b52f6781f2de4657c550a2f7f19cadf5b06 (patch) | |
tree | b4621ca6695e6109777ab72bd8a995c3ea2505cf /starmath | |
parent | a05cd16e2ae2cd433465088e97eb0291d4f99d80 (diff) |
tl76: #i106815#: Math related changes because of the new OpenSymbol font
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/types.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/types.cxx b/starmath/source/types.cxx index c86b4164928f..9f02e27876b6 100644 --- a/starmath/source/types.cxx +++ b/starmath/source/types.cxx @@ -41,7 +41,7 @@ sal_Unicode ConvertMathPrivateUseAreaToUnicode( sal_Unicode cChar ) if (IsInPrivateUseArea( cChar )) { 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; } |