diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-10-21 17:32:19 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-10-21 17:32:19 +0200 |
commit | 812b75c4c0a81f00362fa8232dc20fd6685d519d (patch) | |
tree | a72d7949b6923a726c20ce0ca0f18ab28fc57fd4 /starmath/source/symbol.cxx | |
parent | 3d341c8efb7aa4784b3341ef752c16e07df5d951 (diff) | |
parent | 40504a99ac475cbab3571a445040ca26b5527b3c (diff) |
rebase to DEV300_m90
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 5208ce3644ce..52d0520ae61b 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; |