summaryrefslogtreecommitdiff
path: root/xmlhelp/source
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.hxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.hxx8
3 files changed, 6 insertions, 6 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index cf5e5c0fa128..bf45b130a40e 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -166,7 +166,7 @@ Databases::~Databases()
m_aKeywordInfo.clear();
}
-OString Databases::getImageTheme()
+OString Databases::getImageTheme() const
{
uno::Reference< lang::XMultiServiceFactory > xConfigProvider =
configuration::theDefaultProvider::get(m_xContext);
diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx
index ff1c6fd69271..3577b39d975f 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.hxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.hxx
@@ -141,7 +141,7 @@ namespace chelp {
~Databases();
- OString getImageTheme();
+ OString getImageTheme() const;
OUString getInstallPathAsURL();
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();