diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 11:41:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 14:00:38 +0200 |
commit | 04e22bee0a79008a39dc9d78a460941f738020a6 (patch) | |
tree | 8a9f1b1bcb646049925e2772ff16c32ef42b28b9 /idl/inc/lex.hxx | |
parent | 81c82cabe53101b828c56af71c5bd49b9ca60a21 (diff) |
format IDL compiler headers a little
Change-Id: I54cb7a664908f8817958d4482a5adfdc6d2a0f3d
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() |