diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-11 12:31:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-11 14:47:01 +0200 |
commit | 489dd9027f53e6328f281bf087bb5a59246f9500 (patch) | |
tree | 0ad253c1909707cba2849d25064f30a64417f36d /idl/source | |
parent | 33e128b816300d552ae9ad3c611c8464fff08e68 (diff) |
rename SeekEnd()->SeekToMax()
Change-Id: I3274106d4459532145aaa9222df0e9d715cf59fc
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/prj/database.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |