Kaydet (Commit) e0b0fe24 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Drop an unused variable

üst 39d63cc9
...@@ -666,7 +666,6 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector, ...@@ -666,7 +666,6 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
sal_uInt8 nTag,nRecord; sal_uInt8 nTag,nRecord;
sal_uInt8 nTabType,nTabStops; sal_uInt8 nTabType,nTabStops;
sal_uInt16 nTabOffset; sal_uInt16 nTabOffset;
rtl::OUString sFontName;
int i,nRet=1,newline=0; int i,nRet=1,newline=0;
bool bSilent=false; bool bSilent=false;
int nPart=0; int nPart=0;
...@@ -1762,8 +1761,7 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector, ...@@ -1762,8 +1761,7 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
break; break;
aSeq.push_back(nChar8); aSeq.push_back(nChar8);
} }
sFontName = rtl::OUString(&aSeq[0], aSeq.size(), // Do nothing to the font name now in aSeq!?
RTL_TEXTENCODING_MS_1252);
} }
break; break;
case SIZE: case SIZE:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment