summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-16 15:43:54 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:31 +0200
commitd08ef4d26594f7bd2711615d90796e1613e82f9f (patch)
tree2580222eded64912d176b72db0850470bf931e69 /starmath/source
parent218775e19cee88cdf7dae1ead787cb4274f52cd4 (diff)
random OUString to String conversions
Change-Id: I9cfb8e7183b9cce7c690f3a43a64b61a2aa8c754
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/cfgitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx
index df339aff6f9f..57886b7e7611 100644
--- a/starmath/source/cfgitem.cxx
+++ b/starmath/source/cfgitem.cxx
@@ -819,7 +819,7 @@ void SmMathConfig::StripFontFormatList( const std::vector< SmSym > &rSymbols )
SmFontFormatList &rFntFmtList = GetFontFormatList();
size_t nCnt = rFntFmtList.GetCount();
SmFontFormat *pTmpFormat = new SmFontFormat[ nCnt ];
- String *pId = new String [ nCnt ];
+ OUString *pId = new OUString [ nCnt ];
size_t k;
for (k = 0; k < nCnt; ++k)
{