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 7adc4c1aa4e9..a4c33513d5ff 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
@@ -40,7 +40,7 @@ namespace chelp {
{
}
- OUString getHash()
+ OUString getHash() const
{
if( m_ptr )
{
@@ -54,7 +54,7 @@ namespace chelp {
}
- OUString getFile()
+ OUString getFile() const
{
if( ! m_ptr )
return OUString();
@@ -69,7 +69,7 @@ namespace chelp {
}
- OUString getDatabase()
+ OUString getDatabase() const
{
if( ! m_ptr )
return OUString();
@@ -79,7 +79,7 @@ namespace chelp {
}
- OUString getTitle()
+ OUString getTitle() const
{
if( ! m_ptr )
return OUString();