summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-05 11:07:52 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-05 11:07:52 +0200
commite0b0fe240e8110790e6f00a41e0482481027ff1c (patch)
tree481126b5af310183ded4134ad5da4e770f6ae1ac /starmath
parent39d63cc9b9d307a77f9fe3986f92a6fa52bc552b (diff)
Drop an unused variable
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathtype.cxx4
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: