diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 18:24:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 18:32:10 +0100 |
commit | fc93d61fa9e5733cd55bcae15604bbf247ca701a (patch) | |
tree | 0764e97aaab378e0ccff868eabdbb61412a80a2a /include/svtools | |
parent | 6d711b55d8440d3615923fd983d56d886266f8ea (diff) |
Avoid reserved identifier
Change-Id: I8fa13369070d8364c8f1f574dfa056d021d4c083
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/parhtml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx index 4ebc95730d01..e4f38e27614a 100644 --- a/include/svtools/parhtml.hxx +++ b/include/svtools/parhtml.hxx @@ -151,7 +151,7 @@ protected: int ScanText( const sal_Unicode cBreak = 0U ); - int _GetNextRawToken(); + int GetNextRawToken(); // scan next token virtual int GetNextToken_() override; |