From 3c4c5aa8cce98fb95473d63d05ba9097e9032ccc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 24 Oct 2016 14:29:17 +0200 Subject: loplugin:expandablemethods in writerfilter..xmlhelp Change-Id: I23ce30e2f15b6fe857a727f1ef84c40d8d0b127d --- xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.cxx') diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index f0e3b76381ee..d1819e91e44c 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -199,7 +199,7 @@ OUString URLParameter::get_the_tag() } -OUString URLParameter::get_the_path() +OUString URLParameter::get_path() { if(m_bUseDB) { if( ! m_bHelpDataFileRead ) @@ -227,7 +227,7 @@ OUString URLParameter::get_the_title() } -OUString URLParameter::get_the_jar() +OUString URLParameter::get_jar() { if(m_bUseDB) { if( ! m_bHelpDataFileRead ) -- cgit