summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-11 12:31:03 +0200
committerNoel Grandin <noel@peralex.com>2016-02-11 14:47:01 +0200
commit489dd9027f53e6328f281bf087bb5a59246f9500 (patch)
tree0ad253c1909707cba2849d25064f30a64417f36d /idl
parent33e128b816300d552ae9ad3c611c8464fff08e68 (diff)
rename SeekEnd()->SeekToMax()
Change-Id: I3274106d4459532145aaa9222df0e9d715cf59fc
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/lex.hxx2
-rw-r--r--idl/source/prj/database.cxx2
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