summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 14:29:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 14:29:57 +0200
commit3c4c5aa8cce98fb95473d63d05ba9097e9032ccc (patch)
tree79e715a14bbf7f7c97ef29c2e639e148a01bd18a /xmlhelp/source/cxxhelp/provider/urlparameter.cxx
parent536258758a9192ce8985d5055edac600568120fc (diff)
loplugin:expandablemethods in writerfilter..xmlhelp
Change-Id: I23ce30e2f15b6fe857a727f1ef84c40d8d0b127d
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx4
1 files changed, 2 insertions, 2 deletions
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 )