diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-11-19 09:51:15 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-11-19 09:51:15 +0100 |
commit | 8bf24a92b0e97a52412e4e12fb7223e36c1efcdf (patch) | |
tree | 4efc960be1036db23b718fa5393ad9ea4672e68e /starmath/source/symbol.cxx | |
parent | 9a1374b54144b15cfef1a0d8eeba861a69fec875 (diff) | |
parent | d1175e253f73b0f75c41cfe2c3ef8273a16c0d48 (diff) |
cws tl84: merge with DEV300_m93
Diffstat (limited to 'starmath/source/symbol.cxx')
-rw-r--r-- | starmath/source/symbol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx index 5692b6f0ad69..bd3420773587 100644 --- a/starmath/source/symbol.cxx +++ b/starmath/source/symbol.cxx @@ -78,7 +78,7 @@ SmSym::SmSym(const SmSym& rSymbol) } -SmSym::SmSym(const String& rName, const Font& rFont, sal_Unicode cChar, +SmSym::SmSym(const String& rName, const Font& rFont, sal_UCS4 cChar, const String& rSet, BOOL bIsPredefined) { m_aName = m_aExportName = rName; |