summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf/svparser.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 18:21:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-10 18:32:10 +0100
commit6d711b55d8440d3615923fd983d56d886266f8ea (patch)
tree45250ffedb1ebe9c9ab949b086c41088a3b99b9a /svtools/source/svrtf/svparser.cxx
parent19a5374b063551e448aa4ece115d6f711fc0772b (diff)
Avoid reserved identifier
Change-Id: I59b2e4859fab89fb7508b8c929d4d586495c6022
Diffstat (limited to 'svtools/source/svrtf/svparser.cxx')
-rw-r--r--svtools/source/svrtf/svparser.cxx2
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;
}
span>loplugin:flatten in xmloff/styleNoel Grandin 2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann 2020-05-08xmloff: ODF export: fix style:hidden nonsense, step 1Michael Stahl 2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl 2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann 2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin 2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin 2019-10-15new loplugin:bufferaddNoel Grandin 2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen 2019-08-19Fix typosAndrea Gelmini 2019-08-16loplugin:sequenceloop in xmloffNoel Grandin 2019-06-11Simplify Sequence iterations in xmloff/source/{style..xforms}Arkadiy Illarionov 2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin 2018-08-22new loplugin:conststringfieldNoel Grandin 2018-07-30loplugin:returnconstant in xmloffNoel Grandin 2017-11-13Fix typosAndrea Gelmini 2017-10-23loplugin:includeform: xmloffStephan Bergmann 2017-09-20xmloff,sw: some stylistic cleanup to conditional stylesMichael Stahl 2017-06-13tdf#103091 conditional style conditions not savedTroy Rollo 2017-06-12cleanup unused css/frame/* includesJochen Nitschke 2017-05-12remove unused uno::Reference varsNoel Grandin 2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin 2017-05-08cleanup tools/debug.hxx includesJochen Nitschke 2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmloffStephan Bergmann 2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann 2017-02-06Add missing #includesStephan Bergmann 2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann 2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin