diff options
Diffstat (limited to 'idl/inc/lex.hxx')
-rw-r--r-- | idl/inc/lex.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index a8138c835f44..c06b605292ee 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -102,11 +102,11 @@ inline SvToken::SvToken() class SvTokenStream { sal_uLong nLine, nColumn; - int nBufPos; - int c; // next character + int nBufPos; + int c; // next character sal_uInt16 nTabSize; // length of tabulator - OString aStrTrue; - OString aStrFalse; + OString aStrTrue; + OString aStrFalse; sal_uLong nMaxPos; SvFileStream * pInStream; @@ -115,9 +115,9 @@ class SvTokenStream std::vector<std::unique_ptr<SvToken> > aTokList; std::vector<std::unique_ptr<SvToken> >::iterator pCurToken; - OString aBufStr; + OString aBufStr; - void InitCtor(); + void InitCtor(); int GetNextChar(); int GetFastNextChar() |