summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2009-11-13 09:29:22 +0100
committerThomas Lange [tl] <tl@openoffice.org>2009-11-13 09:29:22 +0100
commita56e1b52f6781f2de4657c550a2f7f19cadf5b06 (patch)
treeb4621ca6695e6109777ab72bd8a995c3ea2505cf /starmath
parenta05cd16e2ae2cd433465088e97eb0291d4f99d80 (diff)
tl76: #i106815#: Math related changes because of the new OpenSymbol font
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/types.cxx2
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;
}