Kaydet (Commit) 679a8e1c authored tarafından August Sodora's avatar August Sodora

Remove use of pLine in scanner

üst 6ad9a953
......@@ -26,7 +26,6 @@
*
************************************************************************/
#include "basiccharclass.hxx"
#include "sbcomp.hxx"
......@@ -297,7 +296,7 @@ bool SbiScanner::NextSym()
{
if(nCol < aLine.getLength())
{
SbxDataType t = GetSuffixType( *pLine );
SbxDataType t(GetSuffixType(aLine[nCol]));
if( t != SbxVARIANT )
{
eScanType = t;
......
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