diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-05 11:07:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-05 11:07:52 +0200 |
commit | e0b0fe240e8110790e6f00a41e0482481027ff1c (patch) | |
tree | 481126b5af310183ded4134ad5da4e770f6ae1ac /starmath | |
parent | 39d63cc9b9d307a77f9fe3986f92a6fa52bc552b (diff) |
Drop an unused variable
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathtype.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 3995390bf5db..76ecaf444cdf 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -666,7 +666,6 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector, sal_uInt8 nTag,nRecord; sal_uInt8 nTabType,nTabStops; sal_uInt16 nTabOffset; - rtl::OUString sFontName; int i,nRet=1,newline=0; bool bSilent=false; int nPart=0; @@ -1762,8 +1761,7 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector, break; aSeq.push_back(nChar8); } - sFontName = rtl::OUString(&aSeq[0], aSeq.size(), - RTL_TEXTENCODING_MS_1252); + // Do nothing to the font name now in aSeq!? } break; case SIZE: |