summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
index 3d48807b0fc7..294a47396641 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
@@ -121,7 +121,7 @@ namespace chelp {
bool isRoot() const { return m_aModule.isEmpty(); }
bool isErrorDocument();
- OUString get_id();
+ OUString const & get_id();
OUString get_tag();
@@ -139,7 +139,7 @@ namespace chelp {
const OUString& get_module() const { return m_aModule; }
- OUString get_dbpar() const
+ OUString const & get_dbpar() const
{
if( !m_aDbPar.isEmpty() )
return m_aDbPar;
@@ -149,9 +149,9 @@ namespace chelp {
const OUString& get_prefix() const { return m_aPrefix; }
- OUString get_language();
+ OUString const & get_language();
- OUString get_program();
+ OUString const & get_program();
const OUString& get_query() const { return m_aQuery; }