diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 18:21:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 18:32:10 +0100 |
commit | 6d711b55d8440d3615923fd983d56d886266f8ea (patch) | |
tree | 45250ffedb1ebe9c9ab949b086c41088a3b99b9a /svtools/source/svrtf/svparser.cxx | |
parent | 19a5374b063551e448aa4ece115d6f711fc0772b (diff) |
Avoid reserved identifier
Change-Id: I59b2e4859fab89fb7508b8c929d4d586495c6022
Diffstat (limited to 'svtools/source/svrtf/svparser.cxx')
-rw-r--r-- | svtools/source/svrtf/svparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index a17ca8a8fc66..1e70b2c30196 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -427,7 +427,7 @@ int SvParser::GetNextToken() nTokenValue = -1; // marker for no value read bTokenHasValue = false; - nRet = _GetNextToken(); + nRet = GetNextToken_(); if( SVPAR_PENDING == eState ) return nRet; } |