summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/lex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index a32d863a7103..1da4c2f97ea8 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -126,7 +126,7 @@ class SvTokenStream
void FillTokenList();
sal_uLong GetNumber();
bool MakeToken( SvToken & );
- bool IsEof() const { return pInStream->IsEof(); }
+ bool IsEof() const { return pInStream->eof(); }
void SetMax()
{
sal_uLong n = Tell();