diff options
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/lex.hxx | 2 | ||||
-rw-r--r-- | idl/source/prj/database.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index 0bfe49164a99..bc0feea2c302 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -216,7 +216,7 @@ public: SetMax(); } - void SeekEnd() + void SeekToMax() { pCurToken = aTokList.begin()+nMaxPos; } diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index bb6318f99400..ee5a072871af 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -416,7 +416,7 @@ void SvIdlDataBase::WriteError( SvTokenStream & rInStm ) OStringBuffer aErrorText; sal_uLong nRow = 0, nColumn = 0; - rInStm.SeekEnd(); + rInStm.SeekToMax(); SvToken& rTok = rInStm.GetToken(); // error position |